From: Cache Saravento Date: Sat, 8 Aug 2015 14:41:38 +0000 (-0300) Subject: Fix sync script base folder X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=316ff7dd1f4263863b75a61c3be14bcf3431be92;p=cache.git Fix sync script base folder --- diff --git a/bin/sync b/bin/sync index c683608..ffee358 100755 --- a/bin/sync +++ b/bin/sync @@ -19,7 +19,7 @@ else fi # Sync -cd $DIRNAME +cd $WORK rsync -avz $ORIGIN/ data/ # Teardown