From 43d9d195d66b01b2c36fce6f7346da196607178b Mon Sep 17 00:00:00 2001 From: liberodark Date: Fri, 4 Jan 2019 16:46:35 +0100 Subject: [PATCH] fix location --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index a5a1b61..7165fa8 100644 --- a/scripts/install +++ b/scripts/install @@ -47,7 +47,7 @@ app=$YNH_APP_INSTANCE_NAME ### If the app uses nginx as web server (written in HTML/PHP in most cases), the final path should be "/var/www/$app". ### If the app provides an internal web server (or uses another application server such as uwsgi), the final path should be "/opt/yunohost/$app" -final_path=/var/www/$app +final_path=/srv/$app test ! -e "$final_path" || ynh_die "This path already contains a folder" # Normalize the url path syntax