From 335be1535556ac60da9f73b35261d00b38d113eb Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sun, 6 Jan 2019 02:34:16 -0700 Subject: [PATCH] changed update completion report text --- setup.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index 228bf55..7d7fca1 100755 --- a/setup.sh +++ b/setup.sh @@ -661,8 +661,7 @@ if [ "${phpType}" = "sockets" ]; then fi # notify user file updates are completed -echo -e "\n${mag}---------------------${norm}" -echo -e "${cyan}...Template files updated${norm}" +echo -e "${ok}...files updated${norm}"