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