install_sympa.sh: fix error writing /etc/systemd/system/postfix.service.d/override.conf.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user