summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 b34df6a..2cddb43 100755
--- a/share/hydractl/sync-media
+++ b/share/hydractl/sync-media
@@ -262,7 +262,7 @@ if [ ! -z "$DRIVE" ] && [ -d "$VOLUME/$MEDIA" ]; then
fi
# Run a custom synchronizer
- if [ ! -x "$CACHE/$folder/.sync-media/custom" ]; then
+ if [ -x "$CACHE/$folder/.sync-media/custom" ]; then
$CACHE/$folder/.sync-media/custom $VOLUME/$MEDIA/$folder
fi