summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-11-11 10:32:34 -0200
committerSilvio Rhatto <rhatto@riseup.net>2016-11-11 10:32:34 -0200
commit1202b38ce04db3be992d9c86054365351acdc437 (patch)
tree1a3c2548aa6f84b693aec3cccdb2396722575efa
parentc900e6e22548b9a3e34392e1331dd38eead8199b (diff)
downloadhydra-1202b38ce04db3be992d9c86054365351acdc437.tar.gz
hydra-1202b38ce04db3be992d9c86054365351acdc437.tar.bz2
Logic fix
-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