From 89727c32f9e3c94ea417bc831351688114fdc9a4 Mon Sep 17 00:00:00 2001 From: Lutchy Horace Date: Fri, 19 Mar 2021 11:35:10 -0400 Subject: [PATCH] Reload nginx after you remove the conf --- createVhosts.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/createVhosts.sh b/createVhosts.sh index 5894561..f500b75 100755 --- a/createVhosts.sh +++ b/createVhosts.sh @@ -175,6 +175,7 @@ reload_nginx echo "Retrieving Let's Encrypt Certificate..." if ! get_cert; then rm $_vhost_conf_file + reload_nginx err "Failed to retrieve certificate!" fi