From 971ce07b6889c0987c3ed266d20b2c053a51c364 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 30 Jul 2022 10:32:52 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index f9586868..c5379667 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -2008,13 +2008,13 @@ if [ ${action-x} ]; then #SET-PERMISSIONS ${2} SERVICE ${2} start elif [ "$2" = "web" ]; then - SERVICE php5.6-fpm ${3} - SERVICE php7.2-fpm ${3} - SERVICE php7.3-fpm ${3} - SERVICE php7.4-fpm ${3} - SERVICE php8.0-fpm ${3} - SERVICE php8.1-fpm ${3} - SERVICE nginx ${3} + SERVICE php5.6-fpm ${3} ${4} + SERVICE php7.2-fpm ${3} ${4} + SERVICE php7.3-fpm ${3} ${4} + SERVICE php7.4-fpm ${3} ${4} + SERVICE php8.0-fpm ${3} ${4} + SERVICE php8.1-fpm ${3} ${4} + SERVICE nginx ${3} ${4} else SERVICE ${2} ${3} ${4} fi;;