diff --git a/scripts/install b/scripts/install index 8220d0f..054be2c 100644 --- a/scripts/install +++ b/scripts/install @@ -44,8 +44,8 @@ ynh_webpath_register --app=$app --domain=$domain --path_url=$path_url #================================================= ynh_script_progression --message="Storing installation settings..." --weight=1 -ynh_app_setting_set --app $app --key default_home_server --value $default_home_server -ynh_app_setting_set --app $app --key final_path --value $final_path +ynh_app_setting_set --app=$app --key=default_home_server --value=$default_home_server +ynh_app_setting_set --app=$app --key=final_path --value=$final_path #================================================= # CREATE DEDICATED USER diff --git a/scripts/remove b/scripts/remove index 74191a7..e2bc3c1 100755 --- a/scripts/remove +++ b/scripts/remove @@ -17,6 +17,7 @@ ynh_script_progression --message="Loading installation settings..." --weight=1 app=$YNH_APP_INSTANCE_NAME domain=$(ynh_app_setting_get --app=$app --key=domain) +final_path=$(ynh_app_setting_get --app=$app --key=final_path) #================================================= # REMOVE APP MAIN DIR