Update nodemgmt-scripts.sh

This commit is contained in:
2022-07-30 20:35:37 -05:00
parent 387d7009ab
commit 454aba0e87

View File

@@ -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