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}