From c41861930e7ba2a4bf0a8cef7e44854f5377d2c3 Mon Sep 17 00:00:00 2001 From: mudhorn Date: Mon, 25 Aug 2025 10:48:10 -0700 Subject: [PATCH] Update sync.sh --- sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"