From daabaf84e4258b3698f129895be7795410437839 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 12 Jan 2022 10:48:34 +0100 Subject: [PATCH] Update remove --- scripts/remove | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scripts/remove b/scripts/remove index 1501f3e..6a8e2fd 100755 --- a/scripts/remove +++ b/scripts/remove @@ -51,14 +51,6 @@ ynh_secure_remove --file="/var/log/$app" # Remove the app-specific logrotate config ynh_remove_logrotate -#================================================= -# REMOVE DEPENDENCIES -#================================================= -ynh_script_progression --message="Removing dependencies..." --weight=1 - -# Remove a database if it exists, along with the associated user -ynh_mysql_remove_db --db_user=$db_user --db_name=$db_name - #================================================= # REMOVE APP MAIN DIR #=================================================