From 692a39c8169ed2b60f171d99c99d5458f8ad9cf0 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 3 Dec 2023 20:06:01 -0600 Subject: [PATCH] Update install-postfix.sh --- install-postfix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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