summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpostfix/postfix.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/postfix/postfix.sh b/postfix/postfix.sh
index 9ae77df..563ecd3 100755
--- a/postfix/postfix.sh
+++ b/postfix/postfix.sh
@@ -447,7 +447,7 @@ if [ "1" = "$FORCE" ]; then
do_update=y
elif [ "1" = "$needs_reload" ]; then
printf 'Above is the intended changes. OK to update (y/N)? '
- read do_update
+ read -r do_update
fi
case $do_update in
y|Y)