From 88780bb20157283f02b82c92a00358fca8d3c069 Mon Sep 17 00:00:00 2001 From: Rafi594 Date: Fri, 25 Oct 2019 18:23:11 +0200 Subject: [PATCH] Fix config_path --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 70862a8..e1dea15 100644 --- a/scripts/install +++ b/scripts/install @@ -52,7 +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 +ynh_app_setting_set --app=$app --key=config_path --value=$config_path # Normalize the url path syntax path_url=$(ynh_normalize_url_path $path_url)