From d86c6bc9037b750a5fd49cb411bf36a250f8489b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Sun, 31 Mar 2019 18:45:19 +0200 Subject: [PATCH] remove unused log rotate --- scripts/install | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/scripts/install b/scripts/install index 160413a..9bda13f 100755 --- a/scripts/install +++ b/scripts/install @@ -189,22 +189,6 @@ chown -R root: $final_path chown -R $app: $final_path/data/ chown -R $app: $final_path/extensions/ -#================================================= -# SETUP LOGROTATE -#================================================= -ynh_print_info "Configuring log rotation..." - -### `ynh_use_logrotate` is used to configure a logrotate configuration for the logs of this app. -### Use this helper only if there is effectively a log file for this app. -### If you're not using this helper: -### - Remove the section "BACKUP LOGROTATE" in the backup script -### - Remove also the section "REMOVE LOGROTATE CONFIGURATION" in the remove script -### - As well as the section "RESTORE THE LOGROTATE CONFIGURATION" in the restore script -### - And the section "SETUP LOGROTATE" in the upgrade script - -# Use logrotate to manage application logfile(s) -ynh_use_logrotate - #================================================= # SETUP SSOWAT