From c525286299b64adfef03787eeafc42d2d06e33c5 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 1 Oct 2023 15:51:56 -0300 Subject: Fix: hydractl: sync-media: minor correction --- share/hydractl/sync-media | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3