fix: add informational messages for starting LocalAGI service in update_script function

This commit is contained in:
John Doe
2026-03-05 15:27:37 -05:00
parent a9db3ba2e0
commit 40a072f787

View File

@@ -51,7 +51,9 @@ function update_script() {
cd /opt/localagi
$STD go build -o /usr/local/bin/localagi || {
msg_ok "Updated LocalAGI successfully"
msg_info "Starting LocalAGI service"
systemctl enable -q --now localagi
mesg_ok "Started LocalAGI service"
exit
}
fi