aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-12-31 16:32:21 -0200
committerSilvio Rhatto <rhatto@riseup.net>2012-12-31 16:32:21 -0200
commitb3ddd8b72dd56eea060065414cc506731f7de0de (patch)
treefb38a94a2ee06f699cfb94d5ac2128cf13ad5855
parent15746c59df994f331aacab49b981ee04b217754f (diff)
downloadpuppet-backup-b3ddd8b72dd56eea060065414cc506731f7de0de.tar.gz
puppet-backup-b3ddd8b72dd56eea060065414cc506731f7de0de.tar.bz2
Minor fix
-rwxr-xr-xfiles/sync-media2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/sync-media b/files/sync-media
index 37bc6c2..b41b133 100755
--- a/files/sync-media
+++ b/files/sync-media
@@ -17,7 +17,7 @@ if [ "$WHOAMI" != 'root' ]; then
fi
# Set fsck config
-if echo $OPTIONS | grep -q "--fsck"; then
+if echo $OPTIONS | grep -q -- "--fsck"; then
FSCK="true"
fi