From 93e42818ce6f0b5d0939f5142ad508f5b2c79457 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 22 May 2022 16:31:23 -0500 Subject: [PATCH] Update install-postfix.sh --- install-postfix.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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