fix: reload systemd daemon before restarting LocalAGI service

This commit is contained in:
John Doe
2026-03-04 22:16:07 -05:00
parent 76efff96bc
commit 6ac2534aff

View File

@@ -74,6 +74,7 @@ function update_script() {
msg_ok "Built LocalAGI from source"
msg_info "Starting LocalAGI Service"
systemctl daemon-reload
systemctl restart localagi
msg_ok "Started LocalAGI"