From dc1fa970ad4ba0a2dc4bd49c47bb176041c7a85e Mon Sep 17 00:00:00 2001 From: Rafi594 Date: Fri, 25 Oct 2019 18:02:44 +0200 Subject: [PATCH] Fix config_path --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 917f284..70862a8 100644 --- a/scripts/install +++ b/scripts/install @@ -52,6 +52,7 @@ ynh_script_progression --message="Validating installation parameters..." --time final_path=/var/www/$app config_path=/home/yunohost.app/$app/ test ! -e "$final_path" || ynh_die "This path already contains a folder" +ynh_app_setting_set --app=$app --key=home_path --value=$home_path # Normalize the url path syntax path_url=$(ynh_normalize_url_path $path_url)