diff --git a/install-postfix.sh b/install-postfix.sh index e78eacc..c747e39 100755 --- a/install-postfix.sh +++ b/install-postfix.sh @@ -21,7 +21,7 @@ case "$choice" in echo echo -e -n "${idsCL[LightCyan]}Server is 'I'nternal or 'E'xternal? ${idsCL[Default]}" - read -i "I" SERVERLOC + read -i "I" -e SERVERLOC if [ "${SERVERLOC}" = "" ]; then SERVERLOC=I; fi @@ -36,7 +36,7 @@ case "$choice" in [Ee]) echo echo -e -n "${idsCL[LightCyan]}Username for scity.us domain email: ${idsCL[Default]}" - read -i "systems" USERNAME + read -i "systems" -e USERNAME echo echo -e -n "${idsCL[LightCyan]}Password for scity.us domain email: ${idsCL[Default]}" read -s PASSWORD @@ -53,11 +53,11 @@ case "$choice" in hostname=`hostname` echo -e -n "${idsCL[LightCyan]}Server Name: ${idsCL[Default]}" - read -i "${hostname}" pfhostname + read -i "${hostname}" -e pfhostname echo "" echo -e -n "${idsCL[LightCyan]}Default from email (portion before @scity.us): ${idsCL[Default]}" - read -i "${hostname}" pffromemail + read -i "${hostname}" -e pffromemail echo "" sed -i "s/<>/${pfhostname}/g" main.cf