fix: add success message after updating LocalAGI in update_script function

This commit is contained in:
John Doe
2026-03-05 15:26:39 -05:00
parent c64024613b
commit a9db3ba2e0

View File

@@ -50,6 +50,7 @@ function update_script() {
$STD bun run build
cd /opt/localagi
$STD go build -o /usr/local/bin/localagi || {
msg_ok "Updated LocalAGI successfully"
systemctl enable -q --now localagi
exit
}