refactor: update log message for backend mode configuration in update_script function

This commit is contained in:
John Doe
2026-03-04 10:24:37 -05:00
parent 521c74d2ba
commit dc7d9fcb82

View File

@@ -54,7 +54,7 @@ function update_script() {
msg_ok "Restored Environment"
fi
msg_ok "Configured LocalAGI backend mode: external-llm"
msg_ok "Backend mode: external-llm"
if [[ ! -f /opt/localagi/.env ]]; then
msg_warn "Missing /opt/localagi/.env. Recreate by running install script again."
exit 1