Update nodemgmt-scripts.sh

This commit is contained in:
2021-01-16 11:25:14 -06:00
parent cefbcf1fb0
commit 64a36107fb

View File

@@ -1807,6 +1807,7 @@ if [ ${action-x} ]; then
SERVICE php5.6-fpm ${3}
SERVICE php7.2-fpm ${3}
SERVICE php7.3-fpm ${3}
SERVICE php7.4-fpm ${3}
else
SERVICE ${2} ${3} ${4}
fi;;