From b1185c088b7266a43e1d8ee44815111983e192bc Mon Sep 17 00:00:00 2001 From: Stephen Chin Date: Tue, 26 May 2026 00:34:12 -0700 Subject: [PATCH] fix(hermesagent): hint to use 'su - hermes' with dash to source .profile --- install/hermesagent-install.sh | 1 + 1 file changed, 1 insertion(+) 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"