1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-19 13:29:42 +02:00
This commit is contained in:
Didier Barzin 2023-02-22 16:35:38 +01:00 committed by GitHub
parent 1a7f1cdad2
commit 980be7236a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -180,7 +180,7 @@ echo "/var/log/pandora-box.log {" > /etc/logrotate.d/pandora-box
echo " rotate 12" >> /etc/logrotate.d/pandora-box echo " rotate 12" >> /etc/logrotate.d/pandora-box
echo " monthly" >> /etc/logrotate.d/pandora-box echo " monthly" >> /etc/logrotate.d/pandora-box
echo " compress" >> /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 " notifempty" >> /etc/logrotate.d/pandora-box
echo "}" >> /etc/logrotate.d/pandora-box echo "}" >> /etc/logrotate.d/pandora-box