diff options
Diffstat (limited to 'share')
| -rwxr-xr-x | share/hydractl/sync-media | 2 | 
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 | 
