Fixed oopsie

This commit is contained in:
2020-09-03 15:12:36 +02:00
parent c950ddbf34
commit a31b1b60e2

View File

@@ -1,5 +1,5 @@
#Do not generate php pool when php is not installed #Do not generate php pool when php is not installed
if [ $webserv != nginx-nonphp ]; then if [ $webserv != nginx_nonphp ]; then
#Setup PHP Pool #Setup PHP Pool
wget -q -t7 "$repo"/raw/branch/"$branch"/CMS/none/Fpm-Pool.conf-unconfigured -O /etc/php/"$phpver"/fpm/pool.d/"$sitename".conf wget -q -t7 "$repo"/raw/branch/"$branch"/CMS/none/Fpm-Pool.conf-unconfigured -O /etc/php/"$phpver"/fpm/pool.d/"$sitename".conf