diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 343c4d12..683652f1 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -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;;