From ff328fbd510cc6a116a4c927af466d7ca73f728a Mon Sep 17 00:00:00 2001 From: Rafi59 Date: Sat, 14 Oct 2017 15:37:16 +0200 Subject: [PATCH] Update remove --- scripts/remove | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/scripts/remove b/scripts/remove index 4367e39..8664a5c 100755 --- a/scripts/remove +++ b/scripts/remove @@ -46,12 +46,6 @@ fi # Remove metapackage and its dependencies ynh_remove_app_dependencies -#================================================= -# REMOVE THE MYSQL DATABASE -#================================================= - -# Remove a database if it exists, along with the associated user -ynh_mysql_remove_db $db_name $db_name #================================================= # REMOVE APP MAIN DIR @@ -67,12 +61,6 @@ ynh_secure_remove "$final_path" # Remove the dedicated nginx config ynh_remove_nginx_config -#================================================= -# REMOVE PHP-FPM CONFIGURATION -#================================================= - -# Remove the dedicated php-fpm config -ynh_remove_fpm_config #================================================= # REMOVE LOGROTATE CONFIGURATION