Update nodemgmt-scripts.sh
This commit is contained in:
@@ -609,7 +609,7 @@ CERTRENEW(){
|
|||||||
ssh root@webserver-node2.scity.us service nginx start
|
ssh root@webserver-node2.scity.us service nginx start
|
||||||
echo -e "${idsCL[LightGreen]} Completed${idsCL[Default]}"
|
echo -e "${idsCL[LightGreen]} Completed${idsCL[Default]}"
|
||||||
echo
|
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 -e "${idsCL[LightGreen]}The certificates have been renewed.${idsCL[Default]}"
|
||||||
echo ""
|
echo ""
|
||||||
if [ -z $action ] || [ "${action}" = "gui" ]; then
|
if [ -z $action ] || [ "${action}" = "gui" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user