Update sync.sh

This commit is contained in:
mudhorn 2025-08-25 10:48:10 -07:00
parent 05b8d6440f
commit c41861930e

View file

@ -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"