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