From c67afdd60816b1d821afac67f42508696f4b0560 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 13 Apr 2019 11:05:36 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index c9268cb4..e8be1026 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1546,7 +1546,6 @@ if [ ${action-x} ]; then SERVICE gitea start elif [ "$2" = "web" ]; then SERVICE nginx ${3} - SERVICE php-fpm ${3} SERVICE php5.6-fpm ${3} SERVICE php7.2-fpm ${3} SERVICE php7.3-fpm ${3}