add newline after certbot ok message

This commit is contained in:
Asif Bacchus 2019-01-05 00:36:29 -07:00
parent b62f68de51
commit b095a91625
1 changed files with 2 additions and 1 deletions

View File

@ -120,7 +120,7 @@ if [ "${useCertbot}" -eq 1 ]; then
fi
done
if [ -z "${certbotBadFile}" ]; then
echo -e "${cyan}Certbot files seem intact${norm}"
echo -e "${cyan}Certbot files seem intact${norm}\n"
CertbotDomain="${inputCertbotDomain}"
break
else
@ -347,6 +347,7 @@ done
# debug section
echo -e "\n${mag}---------------------${norm}"
echo "Local IP4: $IP4"
echo "Using Certbot: $useCertbot"
echo "CertbotDomain: $CertbotDomain"