From: Silvio Rhatto Date: Sat, 30 Sep 2023 22:46:29 +0000 (-0300) Subject: Fix: syntax error X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=8eda5834f48fc49f433e650949c934f69be6a6d5;p=hydra.git Fix: syntax error --- 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..."