From 0c7aba0bc48d9b12c5448688a36e6a29ff5b5667 Mon Sep 17 00:00:00 2001 From: frju365 Date: Sat, 4 Mar 2017 21:19:09 +0100 Subject: [PATCH] Upgrade change: mistake between Install and upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 36517ac..48261f4 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -58,7 +58,7 @@ sudo chmod 644 /etc/nginx/conf.d/$domain.d/$app.conf # If a dedicated php-fpm process is used: # # Modify PHP-FPM pool configuration and copy it to the pool directory sed -i "s@YNH_WWW_APP@$app@g" ../conf/php-fpm.conf -sed -i "s@YNH_WWW_ALIAS@$src_path/@g" ../conf/php-fpm.conf +sed -i "s@YNH_WWW_ALIAS@$app/@g" ../conf/php-fpm.conf finalphpconf=/etc/php5/fpm/pool.d/$app.conf sudo cp ../conf/php-fpm.conf $finalphpconf sudo chown root: $finalphpconf