From 373f05b4f62cabd449ce2ca081ae3758526622a7 Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Mon, 11 Jul 2016 00:15:42 +0200 Subject: [PATCH] bug fix --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 1675bc0..b3910e6 100644 --- a/scripts/install +++ b/scripts/install @@ -76,7 +76,7 @@ sudo touch /var/log/$app/$app.log sudo chown www-data /var/log/$app/$app.log # nginx -$nginx_conf_path=/etc/nginx/conf.d/$domain.d/$app.conf +nginx_conf_path=/etc/nginx/conf.d/$domain.d/$app.conf if [ "$path" = "" ]; then sudo cp ../conf/nginx.conf-nosub $nginx_conf_path