From 441ee56ea28d076cc03d02d882cd89a91ec85fae Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sat, 5 Jan 2019 18:46:42 -0700 Subject: [PATCH] finish update reporting section --- setup.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.sh b/setup.sh index 3e5c57a..d7f58ac 100644 --- a/setup.sh +++ b/setup.sh @@ -632,6 +632,11 @@ if [ "${phpType}" = "sockets" ]; then sed -i "s/${tag_phpVersion}/${phpVersion}" "${configPath}/${file_phpSOCK}" fi +# notify user file updates are completed +echo -e "\n${mag}---------------------${norm}" +echo -e "${cyan}...Template files updated${norm}" +echo -e "\n${mag}---------------------${norm}" + # debug section