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.
This commit is contained in:
rcourtman 2025-10-21 09:33:51 +00:00
parent 7e871780f6
commit 63e056eb0a

View file

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