mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-07-19 05:19:40 +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
|
usermod -a -G syslog $SUDO_USER
|
||||||
|
|
||||||
# logrotate
|
# logrotate
|
||||||
sudo apt install logrotate
|
apt install logrotate
|
||||||
echo "/var/log/pandora-box.log {" > /etc/logrotate.d/pandora-box
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue