fix(hermesagent): show API key file location in CT footer

This commit is contained in:
Stephen Chin
2026-05-10 14:10:39 -07:00
parent 6a4c88c4cc
commit 9919be3dac

View File

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