aboutsummaryrefslogtreecommitdiff
path: root/share/hydractl/sync-media
diff options
context:
space:
mode:
Diffstat (limited to 'share/hydractl/sync-media')
-rwxr-xr-xshare/hydractl/sync-media2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hydractl/sync-media b/share/hydractl/sync-media
index 14dd0e9..12d9b69 100755
--- a/share/hydractl/sync-media
+++ b/share/hydractl/sync-media
@@ -190,7 +190,7 @@ else
REPOSITORIES="`ls $CACHE`"
fi
-if echo $REPOSITORIES | grep "incoming"; then
+if echo $REPOSITORIES | grep -q "incoming"; then
sync_media_incoming_perms
fi