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
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "cat <<'EOF' > /etc/systemd/system/postfix.service.d
|
echo "cat <<'EOF' > /etc/systemd/system/postfix.service.d/override.conf
|
||||||
[Service]
|
[Service]
|
||||||
ReadWritePaths=/usr/local/sympa
|
ReadWritePaths=/usr/local/sympa
|
||||||
EOF" >> $_log_file
|
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]
|
[Service]
|
||||||
ReadWritePaths=/usr/local/sympa
|
ReadWritePaths=/usr/local/sympa
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user