aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorCache do Fluxo <cache@fluxo.info>2015-10-16 12:07:07 -0300
committerCache do Fluxo <cache@fluxo.info>2015-10-16 12:07:07 -0300
commitd452f9f1ae526e848e77701566b4b94299ead891 (patch)
tree60771c7952bd7fa9423494bdb7031fb238db3ab6 /bin
parent20fe162afd9bb011629c2f1971f9d4ffc9c7066d (diff)
downloadcache-d452f9f1ae526e848e77701566b4b94299ead891.tar.gz
cache-d452f9f1ae526e848e77701566b4b94299ead891.tar.bz2
Updates URLs
Diffstat (limited to 'bin')
-rwxr-xr-xbin/sync2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sync b/bin/sync
index ffee358..93c9eaa 100755
--- a/bin/sync
+++ b/bin/sync
@@ -8,7 +8,7 @@ DIRNAME="`dirname $0`"
WORK="$DIRNAME/.."
CWD="`pwd`"
LOCKFILE="$WORK/.sync-lockfile"
-ORIGIN="rsync://cache.sarava.org/cache/data"
+ORIGIN="rsync://cache.fluxo.info/cache/data"
# Set lockfile
if [ -e "$LOCKFILE" ]; then