mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-01 21:10:13 +00:00
Improve setup script output by hiding irrelevant Docker/proxy info
This commit is contained in:
parent
7b4152f771
commit
0c6fd01ff2
2 changed files with 9 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue