From 6b69ebca4c0442b57438ae3986c600c1e8b2a2c9 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 22 May 2022 16:05:04 -0500 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 588fcea..a130edd 100755 --- a/install-postfix.sh +++ b/install-postfix.sh @@ -20,7 +20,7 @@ case "$choice" in service stop postfix echo - echo -e -n "${idsCL[LightCyan]}Server is internal or external (I/e): ${idsCL[Default]}" + echo -e -n "${idsCL[LightCyan]}Server is 'i'nternal or 'e'xternal (i=default): ${idsCL[Default]}" read SERVERLOC if [ "${SERVERLOC}" = "" ]; then SERVERLOC=I; fi