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}"