diff options
Diffstat (limited to 'postfix')
-rwxr-xr-x | postfix/postfix.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postfix/postfix.sh b/postfix/postfix.sh index 7d4b3ec..e015ac9 100755 --- a/postfix/postfix.sh +++ b/postfix/postfix.sh @@ -344,7 +344,7 @@ fi case $do_update in y|Y) if [ -f "$tempdir/COMMANDS" ]; then - cat "$tempdir/COMMANDS" | sh -r -s + cat "$tempdir/COMMANDS" | sh -s fi rm -f "$tempdir/COMMANDS" |