From cc9f04e74c7f20b2b8007a5f7206c420a9eb32fc Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 26 Jun 2021 22:04:50 -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 52676de5..aa64019e 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1806,7 +1806,7 @@ if [ ${action-x} ]; then SET-PERMISSIONS gitea SERVICE gitea start elif [ "$2" = "web" ]; then - if [ "$2" = "web" ]; then + # if [ "$2" = "web" ]; then SERVICE nginx ${3} SERVICE php5.6-fpm ${3} SERVICE php7.2-fpm ${3}