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 #=================================================