diff --git a/install/hermesagent-install.sh b/install/hermesagent-install.sh index dc10c4f3..01c57b00 100644 --- a/install/hermesagent-install.sh +++ b/install/hermesagent-install.sh @@ -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"