From bcce89f897c37c631e3c2be0c2f8409eb026534c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 24 Mar 2023 13:33:46 +0100 Subject: [PATCH] Update remove --- scripts/remove | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts/remove b/scripts/remove index 44f1ec9..9b4df5a 100755 --- a/scripts/remove +++ b/scripts/remove @@ -9,6 +9,14 @@ source _common.sh source /usr/share/yunohost/helpers +#================================================= +# LOAD SETTINGS +#================================================= +ynh_script_progression --message="Loading installation settings..." --weight=1 + +db_name=$(ynh_app_setting_get --app=$app --key=db_name) +db_user=$db_name + #================================================= # STANDARD REMOVE #=================================================