From a31b1b60e2736fcb232d721ae851f3c9341ba48c Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Thu, 3 Sep 2020 15:12:36 +0200 Subject: [PATCH] Fixed oopsie --- CMS/none/conf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMS/none/conf.sh b/CMS/none/conf.sh index e50430a..000b571 100644 --- a/CMS/none/conf.sh +++ b/CMS/none/conf.sh @@ -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