Update install-postfix.sh

This commit is contained in:
2022-05-22 16:05:04 -05:00
parent 0de826c2e4
commit 6b69ebca4c

View File

@@ -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