diff options
author | Cache do Fluxo <cache@fluxo.info> | 2015-10-16 12:07:07 -0300 |
---|---|---|
committer | Cache do Fluxo <cache@fluxo.info> | 2015-10-16 12:07:07 -0300 |
commit | d452f9f1ae526e848e77701566b4b94299ead891 (patch) | |
tree | 60771c7952bd7fa9423494bdb7031fb238db3ab6 /bin | |
parent | 20fe162afd9bb011629c2f1971f9d4ffc9c7066d (diff) | |
download | cache-d452f9f1ae526e848e77701566b4b94299ead891.tar.gz cache-d452f9f1ae526e848e77701566b4b94299ead891.tar.bz2 |
Updates URLs
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/sync | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |