From bb025b1255f40cf96494e6eb5aca652686c2c9e6 Mon Sep 17 00:00:00 2001 From: polytan02 Date: Wed, 22 Feb 2017 15:50:16 +0000 Subject: [PATCH] path is / for root --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index eb8f389..c4ca3bf 100644 --- a/scripts/install +++ b/scripts/install @@ -105,7 +105,7 @@ ynh_app_setting_set "$app" mysqlpwd "$dbpass" ynh_mysql_create_db "$dbname" "$dbuser" "$dbpass" ### Nginx ### -if [ $path = "" ]; then +if [ $path = "/" ]; then nginx_conf=../conf/nginx_root.conf else nginx_conf=../conf/nginx.conf