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

This commit is contained in:
John Doe
2026-03-05 15:19:41 -05:00
parent b64645a4f5
commit aeb49678d8

View File

@@ -26,7 +26,9 @@ function update_script() {
check_container_storage
check_container_resources
msg_info "Stopping LocalAGI service"
$STD systemctl stop localagi
msg_ok "Stopped LocalAGI service"
if [[ -f /opt/localagi/.env ]]; then
msg_info "Backing up existing LocalAGI configuration"