diff --git a/install-postfix.sh b/install-postfix.sh index c747e39..e1d3864 100755 --- a/install-postfix.sh +++ b/install-postfix.sh @@ -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;;