From 64a36107fbd1d08091b592f8737e01359e4f4043 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 16 Jan 2021 11:25:14 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 1 + 1 file changed, 1 insertion(+) 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;;