add newline after certbot ok message
This commit is contained in:
@@ -120,7 +120,7 @@ if [ "${useCertbot}" -eq 1 ]; then
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if [ -z "${certbotBadFile}" ]; then
|
if [ -z "${certbotBadFile}" ]; then
|
||||||
echo -e "${cyan}Certbot files seem intact${norm}"
|
echo -e "${cyan}Certbot files seem intact${norm}\n"
|
||||||
CertbotDomain="${inputCertbotDomain}"
|
CertbotDomain="${inputCertbotDomain}"
|
||||||
break
|
break
|
||||||
else
|
else
|
||||||
@@ -347,6 +347,7 @@ done
|
|||||||
|
|
||||||
|
|
||||||
# debug section
|
# debug section
|
||||||
|
echo -e "\n${mag}---------------------${norm}"
|
||||||
echo "Local IP4: $IP4"
|
echo "Local IP4: $IP4"
|
||||||
echo "Using Certbot: $useCertbot"
|
echo "Using Certbot: $useCertbot"
|
||||||
echo "CertbotDomain: $CertbotDomain"
|
echo "CertbotDomain: $CertbotDomain"
|
||||||
|
|||||||
Reference in New Issue
Block a user