Reduct clearcaches feature
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user