Fixed oopsie
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#Do not generate php pool when php is not installed
|
||||
if [ $webserv != nginx-nonphp ]; then
|
||||
if [ $webserv != nginx_nonphp ]; then
|
||||
|
||||
#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
|
||||
|
||||
Reference in New Issue
Block a user