summaryrefslogtreecommitdiff
path: root/seivot
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-07-22 15:05:18 +0100
committerLars Wirzenius <liw@liw.fi>2011-07-22 15:05:18 +0100
commit2c6f0d7036b5bac9148b5424beab27a9a9105b81 (patch)
treec6e81f4fd3256494c0df69bd41b57f36ee247de3 /seivot
parenteae9dfa48cee176f27151cdd1476c1f369e462da (diff)
downloadseivot-2c6f0d7036b5bac9148b5424beab27a9a9105b81.tar.gz
Only write 3 to drop_caches, not 0 as well.
Diffstat (limited to 'seivot')
-rwxr-xr-xseivot1
1 files changed, 0 insertions, 1 deletions
diff --git a/seivot b/seivot
index 7946ee2..e518497 100755
--- a/seivot
+++ b/seivot
@@ -69,7 +69,6 @@ def drop_caches():
logging.debug('clearing Linux kernel cache')
sudo_tee(3)
- sudo_tee(0)
class BackupProgram(object):