mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-03-09 23:34:58 +00:00
fix: add informational messages for stopping LocalAGI service in update_script function
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user