From 1825dbb587d119ee12fe8f1359da95408d9b5a01 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 11 Feb 2019 08:42:31 -0600 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 c9e8587b..1a24b5e1 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -728,7 +728,7 @@ DELSITE(){ nid=`expr $nid + 1` done echo "" - SERVICE nginx reload + #SERVICE nginx reload echo -e "${idsCL[LightRed]}Site has been deleted.${idsCL[Default]}" else echo "Missing arguments"