From 980be7236a9c6169719d00f2d3a53277546cc97b Mon Sep 17 00:00:00 2001 From: Didier Barzin Date: Wed, 22 Feb 2023 16:35:38 +0100 Subject: [PATCH] typo --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d14382b..8ca990b 100755 --- a/install.sh +++ b/install.sh @@ -180,7 +180,7 @@ echo "/var/log/pandora-box.log {" > /etc/logrotate.d/pandora-box echo " rotate 12" >> /etc/logrotate.d/pandora-box echo " monthly" >> /etc/logrotate.d/pandora-box echo " compress" >> /etc/logrotate.d/pandora-box -ecjo " missingok" >> /etc/logrotate.d/pandora-box +echo " missingok" >> /etc/logrotate.d/pandora-box echo " notifempty" >> /etc/logrotate.d/pandora-box echo "}" >> /etc/logrotate.d/pandora-box