summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-10-02 19:00:55 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-10-02 19:00:55 -0300
commit58911fc85f26acbcdd1d9f02466126b115770b33 (patch)
tree3c22c2c6500edd26dc61bdf158454b2adc307c5d
parent6bc854b6b355dcce1b088cd59231344353a6055c (diff)
downloadhydra-58911fc85f26acbcdd1d9f02466126b115770b33.tar.gz
hydra-58911fc85f26acbcdd1d9f02466126b115770b33.tar.bz2
Oops
-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 45e7c5b..5516906 100755
--- a/share/hydractl/sync-media
+++ b/share/hydractl/sync-media
@@ -235,7 +235,7 @@ if [ ! -z "$DRIVE" ] && [ -d "$VOLUME/$MEDIA" ]; then
# Avoid those configured to be skipped
if [ ! -e "$CACHE/$folder/.sync-media/skip" ]; then
echo "Syncing $CACHE/$folder with $VOLUME/$MEDIA/$folder..."
- unison $CACHE/$folder $VOLUMER/$MEDIA/$folder -auto
+ unison $CACHE/$folder $VOLUME/$MEDIA/$folder -auto
# Avoid empty source folders
#if [ ! -z "`ls -1 $CACHE/$folder`" ]; then