mirror of
https://gitlab.com/octospacc/Configs.git
synced 2025-06-05 21:59:36 +02:00
Auto-Backup $'Mon Feb 24 2025 01:43:17 GMT+0100 (Central European Standard Time)'
This commit is contained in:
4
Server/Root/Main/Server/Scripts/CleanCache.sh
Executable file
4
Server/Root/Main/Server/Scripts/CleanCache.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
rm -rf /root/.cache /home/*/.cache || true
|
||||
rm -rf /var/log/*.{4,5,6,7,8,9}.* || true
|
Reference in New Issue
Block a user