From e23850d906a8fa169d30cefeae43255a61a27959 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 22 May 2022 16:37:38 -0500 Subject: [PATCH] Update install-postfix.sh --- install-postfix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;;