Merge branch 'master' into 9-add-donotredirect-to-createvhosts-sh
This commit is contained in:
commit
fcbc1cbc5c
|
@ -219,6 +219,7 @@ reload_nginx
|
||||||
echo "Retrieving Let's Encrypt Certificate..."
|
echo "Retrieving Let's Encrypt Certificate..."
|
||||||
if ! get_cert; then
|
if ! get_cert; then
|
||||||
rm $_vhost_conf_file
|
rm $_vhost_conf_file
|
||||||
|
reload_nginx
|
||||||
err "Failed to retrieve certificate!"
|
err "Failed to retrieve certificate!"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue