Merge pull request #1863 from steveonjava/fix/hermesagent-json-note

Root user switch note
This commit is contained in:
CanbiZ (MickLesk)
2026-05-26 09:57:56 +02:00
committed by GitHub

View File

@@ -113,6 +113,7 @@ msg_info "Configuring Login Hints"
cat <<'HINT' >/etc/profile.d/hermes-hint.sh
if [[ "$(id -u)" -eq 0 ]]; then
echo " Run 'hermes-setup' to configure your model provider and gateway server."
echo " Use 'su - hermes' (with the dash) to switch to the hermes user."
fi
HINT
msg_ok "Configured Login Hints"