diff options
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 |