summaryrefslogtreecommitdiff
path: root/bin/common/drop_cache
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-08-02 15:19:25 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-08-02 15:19:25 +0200
commit9b791ac8786eed2d242d0909dd2379f008952042 (patch)
tree403c08eb322e18d045606822911a7eb6036f0070 /bin/common/drop_cache
parente614a330978ce7e7f6d130cc7d199150e16a409d (diff)
parent63c64f071ecd45cf66ab49d199a634cd8db27056 (diff)
Merge branch 'main' of db:dotfiles
Diffstat (limited to 'bin/common/drop_cache')
-rwxr-xr-xbin/common/drop_cache2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/common/drop_cache b/bin/common/drop_cache
index 4833597..e4fc039 100755
--- a/bin/common/drop_cache
+++ b/bin/common/drop_cache
@@ -4,5 +4,5 @@ then
echo "Please run as root."
exit 1
fi
-echo 3 | tee /proc/sys/vm/drop_caches >/dev/null
+echo 3 > /proc/sys/vm/drop_caches
echo "cache cleared."