From 6a82719426b08d5e7fda73994b9ac2821c8efe56 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Mon, 3 Aug 2026 12:24:22 +0200 Subject: [PATCH] test(R-110): Scenario A marker pushed to main WITHOUT moving the tag A comment only. It exists to be LOOKED FOR at the served URL: if it appears there, /scripts/ is still tracking main and the publish channel is still floating. It must not appear until installer-v1.23.0 is moved. --- scripts/felhom-host-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/felhom-host-install.sh b/scripts/felhom-host-install.sh index df5193f..ceacdec 100644 --- a/scripts/felhom-host-install.sh +++ b/scripts/felhom-host-install.sh @@ -185,6 +185,8 @@ set -euo pipefail SCRIPT_VERSION="1.23.0" # the SINGLE version source (F-1): -h and the run banners follow it. +# R-110 Scenario A marker: this line was pushed to `main` WITHOUT moving installer-v1.23.0. +# If it appears at https://felhom.eu/scripts/felhom-host-install.sh, the channel is still floating. # The hub used to carry a copy for its Setup tab; R-94 DELETED it # (2026-08-02) because the hub cannot know which version a box runs — # the Setup command fetches this script at run time. scripts/