From 0f692e576fbb00578a17ace078dee24162a57c39 Mon Sep 17 00:00:00 2001 From: Aaron Murray Date: Wed, 15 Apr 2020 06:14:04 -0500 Subject: [PATCH] remove logrotate override --- install | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/install b/install index 8b631eb..6603438 100755 --- a/install +++ b/install @@ -13,7 +13,7 @@ # https://github.com/armbian/config/blob/master/debian-software # https://forum.openmediavault.org/index.php/Thread/25062-Install-OMV5-on-Debian-10-Buster/ # -# version: 1.0.2 +# version: 1.0.3 # if [[ $(id -u) -ne 0 ]]; then @@ -233,6 +233,10 @@ fi if [ -f "/etc/default/armbian-zram-config" ]; then sed -i "s/ENABLED=.*/ENABLED=false/g" /etc/default/armbian-zram-config fi +if [ -f "/etc/systemd/system/logrotate.service" ]; then + rm -f /etc/systemd/system/logrotate.service + systemctl daemon-reload +fi # install flashmemory plugin unless disabled if [ ${skipFlash} -eq 1 ]; then