From: Silvio Rhatto Date: Mon, 31 Dec 2012 18:32:21 +0000 (-0200) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b3ddd8b72dd56eea060065414cc506731f7de0de;p=puppet-backup.git Minor fix --- 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