mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
really re-fix linux cache clear
This commit is contained in:
parent
2afe09a834
commit
6980fc9aee
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ for bs in $@ ; do
|
|||
if uname -a | grep --silent arwin ; then
|
||||
# clears cache on OS X
|
||||
sudo purge
|
||||
elif [ -f /proc/sys/vm/drop_cache ] ; then
|
||||
elif [ -f /proc/sys/vm/drop_caches ] ; then
|
||||
# Linux cache clearing
|
||||
echo 3 | sudo tee /proc/sys/vm/drop_caches >/dev/null
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue