From 7aaa04add85156900746dadafaba5f8dba8130b7 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 8 Feb 2022 14:27:31 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index a140b96..2271559 100755 --- a/scripts/install +++ b/scripts/install @@ -37,7 +37,7 @@ app=$YNH_APP_INSTANCE_NAME #================================================= ynh_script_progression --message="Validating installation parameters..." --weight=1 -final_path="/opt/yunohost/$app" +final_path=/var/www/$app test ! -e "$final_path" || ynh_die --message="This path already contains a folder" mc_path=$final_path/mc