aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2023-10-01 15:51:56 -0300
committerSilvio Rhatto <rhatto@riseup.net>2023-10-01 15:51:56 -0300
commitc525286299b64adfef03787eeafc42d2d06e33c5 (patch)
treeb82581e50e59667a52fe51bb46053ac08d5042c8
parent4b2f714a50930579cef7cafda9eecfc2c54f0e0f (diff)
downloadhydra-c525286299b64adfef03787eeafc42d2d06e33c5.tar.gz
hydra-c525286299b64adfef03787eeafc42d2d06e33c5.tar.bz2
Fix: hydractl: sync-media: minor correction
-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