diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-12-31 16:32:21 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-12-31 16:32:21 -0200 |
commit | b3ddd8b72dd56eea060065414cc506731f7de0de (patch) | |
tree | fb38a94a2ee06f699cfb94d5ac2128cf13ad5855 /files/sync-media | |
parent | 15746c59df994f331aacab49b981ee04b217754f (diff) | |
download | puppet-backup-b3ddd8b72dd56eea060065414cc506731f7de0de.tar.gz puppet-backup-b3ddd8b72dd56eea060065414cc506731f7de0de.tar.bz2 |
Minor fix
Diffstat (limited to 'files/sync-media')
-rwxr-xr-x | files/sync-media | 2 |
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 |