diff options
Diffstat (limited to 'archmirror-sync.sh')
| -rwxr-xr-x | archmirror-sync.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archmirror-sync.sh b/archmirror-sync.sh index 35b02da..fca6a02 100755 --- a/archmirror-sync.sh +++ b/archmirror-sync.sh @@ -8,8 +8,8 @@ set -euo pipefail UPSTREAM="${UPSTREAM:-rsync://mirror.csclub.uwaterloo.ca/archlinux/}" # Local paths -LIVE="${LIVE:-/brimstone1/mirror/archlinux}" # served path (symlink target) -STAGE="${STAGE:-/brimstone3/mirror-stage/archlinux}" # staging path +LIVE="${LIVE:-/brimstone2a/mirror/archlinux}" # served path (symlink target) +STAGE="${STAGE:-/brimstone3a/mirror-stage/archlinux}" # staging path LOGDIR="${LOGDIR:-/var/log/mirrors}" LOCK="${LOCK:-/var/log/archmirror.lock}" |
