Improve setup script output by hiding irrelevant Docker/proxy info

This commit is contained in:
courtmanr@gmail.com 2025-11-25 10:01:41 +00:00
parent 7b4152f771
commit 0c6fd01ff2
2 changed files with 9 additions and 8 deletions

View file

@ -5005,13 +5005,8 @@ if [ "$IS_STANDALONE_NODE" = true ] && [ "$TEMPERATURE_ENABLED" = true ] && [ "$
echo " from this node using secure SSH with forced commands."
echo ""
else
echo " Could not retrieve proxy public key from Pulse server"
echo ""
echo "This is normal if:"
echo " • Pulse is not running in a container (uses direct SSH)"
echo " • The temperature proxy service is not installed on the host"
echo ""
echo "Temperature monitoring will use the standard SSH key configured earlier."
echo " Using standard SSH key (proxy key not available)"
echo " (This is normal for non-containerized Pulse)"
echo ""
fi
fi