From 8200c3980ea9a4166b7bdedb348d39ea5af70c66 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 3 Jun 2023 23:25:57 -0500 Subject: [PATCH] Update certs.inc --- inc/certs.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/certs.inc b/inc/certs.inc index a7fcd803..f84626ed 100755 --- a/inc/certs.inc +++ b/inc/certs.inc @@ -66,7 +66,7 @@ NEWCERT(){ echo -e "${idsCL[Green]}Completed${idsCL[Default]}" echo - SERVICE nginx reload + SERVICE nginx restart fi fi echo @@ -155,7 +155,7 @@ CERTRENEW(){ ssh root@webserver-node2.scity.us service nginx start echo -e "${idsCL[LightGreen]} Completed${idsCL[Default]}" echo - SERVICE nginx reload 2>&1 | tee -a ${FOLDER}/cert-renewal.lastrun + SERVICE nginx restart 2>&1 | tee -a ${FOLDER}/cert-renewal.lastrun echo -e "${idsCL[LightGreen]}The certificates have been renewed.${idsCL[Default]}" echo "" if [ -z $action ] || [ "${action}" = "gui" ]; then