mirror of
https://github.com/MHA-Team/PTS-Team.git
synced 2026-03-17 06:32:11 +00:00
7 lines
144 B
Bash
7 lines
144 B
Bash
#!/bin/bash
|
|
## cleanup old log files
|
|
|
|
bash /opt/plexguide/menu/log/kill_log.sh 1>/dev/null 2>&1
|
|
|
|
echo "/var/log/ is cleared for your security"
|