Merge pull request #1863 from steveonjava/fix/hermesagent-json-note
Root user switch note
This commit is contained in:
@@ -113,6 +113,7 @@ msg_info "Configuring Login Hints"
|
|||||||
cat <<'HINT' >/etc/profile.d/hermes-hint.sh
|
cat <<'HINT' >/etc/profile.d/hermes-hint.sh
|
||||||
if [[ "$(id -u)" -eq 0 ]]; then
|
if [[ "$(id -u)" -eq 0 ]]; then
|
||||||
echo " Run 'hermes-setup' to configure your model provider and gateway server."
|
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
|
fi
|
||||||
HINT
|
HINT
|
||||||
msg_ok "Configured Login Hints"
|
msg_ok "Configured Login Hints"
|
||||||
|
|||||||
Reference in New Issue
Block a user