diff --git a/install-postfix.sh b/install-postfix.sh index 78da222..9d998f5 100755 --- a/install-postfix.sh +++ b/install-postfix.sh @@ -26,7 +26,7 @@ case "$choice" in echo echo -e -n "${idsCL[LightCyan]}Server is 'I'nternal or 'E'xternal or 'D'irect? ${idsCL[Default]}" - read -i "I" -e SERVERLOC + read -e SERVERLOC [ "${SERVERLOC}" = "" ] && SERVERLOC=I