From 63e056eb0a9552d8fdc67348b8548811328d54c2 Mon Sep 17 00:00:00 2001 From: rcourtman Date: Tue, 21 Oct 2025 09:33:51 +0000 Subject: [PATCH] fix: update temperature monitoring prompt text for pre-creation flow The prompt now says 'Enable temperature monitoring from first boot' instead of 'Restart the container to activate' since we moved the question to before container creation. Also clarified 'Configure container with temperature monitoring bind mount' to better reflect what actually happens. --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 830f2ec..91753bb 100755 --- a/install.sh +++ b/install.sh @@ -186,9 +186,9 @@ prompt_proxy_installation() { echo "" echo "This will:" echo " • Install pulse-sensor-proxy service on the Proxmox host" - echo " • Create bind mount for container communication" + echo " • Configure container with temperature monitoring bind mount" echo " • Distribute SSH keys to cluster nodes" - echo " • Restart the container to activate" + echo " • Enable temperature monitoring from first boot" echo "" if [[ "$docker_detected" == "true" ]]; then