Update sync.sh
This commit is contained in:
parent
05b8d6440f
commit
c41861930e
2
sync.sh
2
sync.sh
|
@ -10,7 +10,7 @@ ROOT="<path to root folder>/aredn" # main repo root
|
||||||
AFS="$ROOT/afs" # site files live under here
|
AFS="$ROOT/afs" # site files live under here
|
||||||
LOG="$HOME/.local/logs/aredn.log" # log path
|
LOG="$HOME/.local/logs/aredn.log" # log path
|
||||||
UPSTREAM="downloads.arednmesh.org::aredn_firmware" # rsync source
|
UPSTREAM="downloads.arednmesh.org::aredn_firmware" # rsync source
|
||||||
NEW_URL="http://n2drc-ls1.local.mesh/" # local mesh URL to inject
|
NEW_URL="http://n2drc-<server_region>.local.mesh/" # local mesh URL to inject
|
||||||
|
|
||||||
# --- Derived paths (do not edit) ---
|
# --- Derived paths (do not edit) ---
|
||||||
CONFIG_JS="$AFS/www/config.js"
|
CONFIG_JS="$AFS/www/config.js"
|
||||||
|
|
Loading…
Reference in a new issue