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:
parent
58e1dfcd8e
commit
f8a22a34d9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue