From 09e7aacd9a85104dbb88d13f99fefc42af5ff907 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 22 Mar 2019 11:26:43 +0100 Subject: [PATCH] Update remove --- scripts/remove | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/scripts/remove b/scripts/remove index 6da30a6..39a2544 100644 --- a/scripts/remove +++ b/scripts/remove @@ -56,18 +56,6 @@ ynh_print_info "Removing php-fpm configuration" # Remove the dedicated php-fpm config ynh_remove_fpm_config -#================================================= -# SPECIFIC REMOVE -#================================================= -# REMOVE THE CRON FILE -#================================================= - -# Remove a directory securely -ynh_secure_remove "/etc/$app/" - -# Remove the log files -ynh_secure_remove "/var/log/$app/" - #================================================= # GENERIC FINALIZATION #=================================================