From 86aac9b819789e2a7e4bbdf30ce93d4f1d2e4cd3 Mon Sep 17 00:00:00 2001 From: lapineige Date: Wed, 27 Jul 2022 07:29:38 +0200 Subject: [PATCH] Setup logrotate --- scripts/remove | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts/remove b/scripts/remove index 542c8a4..608fdf6 100644 --- a/scripts/remove +++ b/scripts/remove @@ -23,6 +23,14 @@ final_path=$(ynh_app_setting_get --app=$app --key=final_path) #================================================= # STANDARD REMOVE +#================================================= +# REMOVE LOGROTATE CONFIGURATION +#================================================= +ynh_script_progression --message="Removing logrotate configuration..." + +# Remove the app-specific logrotate config +ynh_remove_logrotate + #================================================= # REMOVE THE MYSQL DATABASE #=================================================