diff options
Diffstat (limited to 'bin/common/drop_cache')
| -rwxr-xr-x | bin/common/drop_cache | 2 | 
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."  | 
