install_sympa.sh: fix error writing /etc/systemd/system/postfix.service.d/override.conf.

This commit is contained in:
2026-01-05 02:49:32 +01:00
parent de1c146495
commit 17e13a3ea8

View File

@@ -3957,11 +3957,11 @@ if $START_AT_BOOTTIME ; then
fi
fi
echo "cat <<'EOF' > /etc/systemd/system/postfix.service.d
echo "cat <<'EOF' > /etc/systemd/system/postfix.service.d/override.conf
[Service]
ReadWritePaths=/usr/local/sympa
EOF" >> $_log_file
cat <<'EOF' > /etc/systemd/system/postfix.service.d 2>> $_log_file
cat <<'EOF' > /etc/systemd/system/postfix.service.d/override.conf 2>> $_log_file
[Service]
ReadWritePaths=/usr/local/sympa
EOF