diff --git a/sync.sh b/sync.sh index 365cebf..422f41c 100644 --- a/sync.sh +++ b/sync.sh @@ -10,7 +10,7 @@ ROOT="/aredn" # main repo root AFS="$ROOT/afs" # site files live under here LOG="$HOME/.local/logs/aredn.log" # log path UPSTREAM="downloads.arednmesh.org::aredn_firmware" # rsync source -NEW_URL="http://n2drc-ls1.local.mesh/" # local mesh URL to inject +NEW_URL="http://n2drc-.local.mesh/" # local mesh URL to inject # --- Derived paths (do not edit) --- CONFIG_JS="$AFS/www/config.js"