Update nodemgmt-scripts.sh
This commit is contained in:
@@ -1870,11 +1870,12 @@ if [ ${action-x} ]; then
|
|||||||
SET-PERMISSIONS gitea
|
SET-PERMISSIONS gitea
|
||||||
SERVICE gitea start
|
SERVICE gitea start
|
||||||
elif [ "$2" = "web" ]; then
|
elif [ "$2" = "web" ]; then
|
||||||
# if [ "$2" = "web" ]; then
|
|
||||||
SERVICE php5.6-fpm ${3}
|
SERVICE php5.6-fpm ${3}
|
||||||
SERVICE php7.2-fpm ${3}
|
SERVICE php7.2-fpm ${3}
|
||||||
SERVICE php7.3-fpm ${3}
|
SERVICE php7.3-fpm ${3}
|
||||||
SERVICE php7.4-fpm ${3}
|
SERVICE php7.4-fpm ${3}
|
||||||
|
SERVICE php8.0-fpm ${3}
|
||||||
|
SERVICE php8.1-fpm ${3}
|
||||||
SERVICE nginx ${3}
|
SERVICE nginx ${3}
|
||||||
else
|
else
|
||||||
SERVICE ${2} ${3} ${4}
|
SERVICE ${2} ${3} ${4}
|
||||||
|
|||||||
Reference in New Issue
Block a user