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