From 23cc5abb1d10268b00663d3d5106b435d55e00c2 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 5 Jun 2022 16:41:48 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index c5f85eeb..a18ebf71 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1870,11 +1870,12 @@ if [ ${action-x} ]; then SET-PERMISSIONS gitea SERVICE gitea start elif [ "$2" = "web" ]; then - # if [ "$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} else SERVICE ${2} ${3} ${4}