Update install-postfix.sh

This commit is contained in:
2022-05-22 16:37:38 -05:00
parent 93e42818ce
commit e23850d906

View File

@@ -78,7 +78,7 @@ case "$choice" in
fi
echo ""
echo -e "${Green}Postfix has been Installed${Color_Off}"
echo -e "${idsCL[LightGreen]}Postfix has been Installed${idsCL[Default]}"
if [ ${action-x} ]; then exit 0; fi
read -n 1 -s -p "Press any key to continue"
SCRIPT_MENU;;