1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-18 21:09:41 +02:00

Remove sudo

This commit is contained in:
Didier Barzin 2024-01-21 22:59:19 +01:00 committed by GitHub
parent 58e1dfcd8e
commit f8a22a34d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -210,7 +210,7 @@ usermod -a -G tty $SUDO_USER
usermod -a -G syslog $SUDO_USER
# logrotate
sudo apt install logrotate
apt install logrotate
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