From 9919be3dacd6a8ff3cb67e21509d0a10609f3dda Mon Sep 17 00:00:00 2001 From: Stephen Chin Date: Sun, 10 May 2026 14:10:39 -0700 Subject: [PATCH] fix(hermesagent): show API key file location in CT footer --- ct/hermesagent.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ct/hermesagent.sh b/ct/hermesagent.sh index 3312d343..f885a3f2 100644 --- a/ct/hermesagent.sh +++ b/ct/hermesagent.sh @@ -69,4 +69,5 @@ echo -e "${INFO}${YW} Connect via SSH and configure your LLM provider:${CL}" echo -e "${TAB}${GATEWAY}${BGN}ssh root@${IP}${CL}" echo -e "${TAB}${BGN}su - hermes${CL}" echo -e "${TAB}${BGN}hermes setup${CL}" -echo -e "${INFO}${YW} Service details are shown on each SSH login.${CL}" +echo -e "${INFO}${YW} API key stored in:${CL}" +echo -e "${TAB}${BGN}/home/hermes/.hermes/.env${CL}"