From f14b118d45dbd97423411a56b9684c7f2eb3c472 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sat, 5 Jan 2019 00:42:23 -0700 Subject: [PATCH] formatted debug section --- setup.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/setup.sh b/setup.sh index 7447bb6..d4acb21 100644 --- a/setup.sh +++ b/setup.sh @@ -349,11 +349,19 @@ done # debug section echo -e "\n${mag}---------------------${norm}" echo "Local IP4: $IP4" +echo -e "${cyan}--------------------${norm}" echo "Using Certbot: $useCertbot" echo "CertbotDomain: $CertbotDomain" +echo -e "${cyan}--------------------${norm}" echo "CertPath: $CertPath" echo "KeyPath: $KeyPath" echo "CA-Chain: $CAChainPath" echo "DHPath: $DHPath" +echo -e "${cyan}--------------------${norm}" +echo "usePHP: $usePHP" +echo "PHP Version: $phpVersion" echo -e "${mag}---------------------${norm}\n" + + + exit 0