added php-fpm

This commit is contained in:
2020-08-20 11:03:19 +02:00
parent 524e733a22
commit ac1567f50d
3 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1 @@
aonoption="$aonoption php-fpm"

View File

@@ -0,0 +1 @@
echo "phpfpmmod" > /root/phpwashere

View File

@@ -370,6 +370,12 @@ echo 'SelectedOptions=('$option')' > /etc/ICTM/selopts.list
#Cleaning options from menu
option="${option,,}" && option="${option// /}" && option="${option//:/ }" && option="${option//'"'}"
#enableing modules wanted by webserver
if curl --retry 2 --retry-delay 1 --output /dev/null --silent --head --fail "$repo"/raw/branch/"$branch"/CoreModules/"$webserv"/conf.sh; then
source <(curl --retry 7 --retry-delay 5 -s "$repo"/raw/branch/"$branch"/CoreModules/"$webserv"/reqmodules.sh)
fi
#Combining selected option with always-on options
option="$option""$aonoption"