Reduct clearcaches feature

This commit is contained in:
2025-11-20 08:53:46 +07:00
parent 4b6cb37fe4
commit 63d13ea716

View File

@@ -1,5 +1,3 @@
#!/usr/bin/bash
logname="locallogs"
echo "Clearing caches at $(date +%y-%m-%d/%H:%M:%S)" >> /usr/local/$logname && sync && sysctl vm.drop_caches=1
echo "Clearing caches at $(date +%y-%m-%d/%H:%M:%S)" && sync && sysctl vm.drop_caches=1