From 1f98dd64e23908d5a1a833822a74671935baa7d8 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 3 Aug 2022 20:51:04 -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 315de401..99a5817c 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1122,7 +1122,7 @@ NEWSITE(){ daterun=`date +%Y-%m-%d-%H-%M-%S` echo -e "${daterun}" >> /etc/nginx/new-site.lastrun DIVIDER true - SERVICE nginx reload web + SERVICE nginx reload nginx echo "" echo -e "${idsCL[LightGreen]}The new site for '${idsCL[LightGreen]}${NEW_SITE}${idsCL[Default]}' has been created.${idsCL[Default]}" echo ""