From 454aba0e87ec80d16a3f184b575f9155f1356479 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 30 Jul 2022 20:35:37 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 5c14493b..05c833b7 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -609,7 +609,7 @@ CERTRENEW(){ ssh root@webserver-node2.scity.us service nginx start echo -e "${idsCL[LightGreen]} Completed${idsCL[Default]}" echo - SERVICE nginx reload web 2>&1 | tee -a ${FOLDER}/cert-renewal.lastrun + SERVICE nginx reload 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