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