diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2023-10-01 15:51:56 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2023-10-01 15:51:56 -0300 | 
| commit | c525286299b64adfef03787eeafc42d2d06e33c5 (patch) | |
| tree | b82581e50e59667a52fe51bb46053ac08d5042c8 /share | |
| parent | 4b2f714a50930579cef7cafda9eecfc2c54f0e0f (diff) | |
| download | hydra-c525286299b64adfef03787eeafc42d2d06e33c5.tar.gz hydra-c525286299b64adfef03787eeafc42d2d06e33c5.tar.bz2 | |
Fix: hydractl: sync-media: minor correction
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 | 
