From e3270d17b152c92419481d542c5d6855c695ca5e Mon Sep 17 00:00:00 2001 From: root Date: Tue, 25 Jul 2017 15:41:50 +0200 Subject: [PATCH] fix empty var --- scripts/install | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/install b/scripts/install index d68eca4..0f4efdb 100644 --- a/scripts/install +++ b/scripts/install @@ -70,7 +70,6 @@ sudo cp ../conf/nginx.conf "$nginx_conf" # Copy and set php-fpm configuration phpfpm_conf="/etc/php5/fpm/pool.d/${app}.conf" -sed -i "s@{USER}@${user}@g" ../conf/php-fpm.conf sed -i "s@{POOLNAME}@${app}@g" ../conf/php-fpm.conf sed -i "s@{DESTDIR}@${DESTDIR}@g" ../conf/php-fpm.conf sudo cp ../conf/php-fpm.conf "$phpfpm_conf"