install_postfix_base.sh, install_postfix_advanced.sh: change deprecated entry '& ~' to '& stop' resolv.conf

This commit is contained in:
Christoph 2022-12-10 13:45:39 +01:00
parent 25d0bf45f7
commit d7e5a9e0fe
2 changed files with 2 additions and 2 deletions

View File

@ -3389,7 +3389,7 @@ mail.warn -/var/log/mail.warn
mail.err /var/log/mail.err mail.err /var/log/mail.err
mail.* -/var/log/mail.log mail.* -/var/log/mail.log
& ~ & stop
EOF EOF
if [[ $? -eq 0 ]] ; then if [[ $? -eq 0 ]] ; then
echo_ok echo_ok

View File

@ -1104,7 +1104,7 @@ mail.warn -/var/log/mail.warn
mail.err /var/log/mail.err mail.err /var/log/mail.err
mail.* -/var/log/mail.log mail.* -/var/log/mail.log
& ~ & stop
EOF EOF
if [[ $? -eq 0 ]] ; then if [[ $? -eq 0 ]] ; then
echo_ok echo_ok