aboutsummaryrefslogtreecommitdiff
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 1ce9516..09f7239 100755
--- a/share/hydractl/sync-media
+++ b/share/hydractl/sync-media
@@ -272,7 +272,7 @@ if [ ! -z "$DRIVE" ] && [ -d "$VOLUME/$MEDIA" ]; then
method="unison"
fi
- if [ "$method" == "unison" ];
+ if [ "$method" == "unison" ]; then
unison $CACHE/$folder $VOLUME/$MEDIA/$folder -auto -logfile /dev/null
elif [ "$method" == "rsync-to-media-volume" ]; then
echo "Syncing $CACHE/$folder into $VOLUME/$MEDIA/$folder..."