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_storage
|
||||||
check_container_resources
|
check_container_resources
|
||||||
|
|
||||||
|
msg_info "Stopping LocalAGI service"
|
||||||
$STD systemctl stop localagi
|
$STD systemctl stop localagi
|
||||||
|
msg_ok "Stopped LocalAGI service"
|
||||||
|
|
||||||
if [[ -f /opt/localagi/.env ]]; then
|
if [[ -f /opt/localagi/.env ]]; then
|
||||||
msg_info "Backing up existing LocalAGI configuration"
|
msg_info "Backing up existing LocalAGI configuration"
|
||||||
|
|||||||
Reference in New Issue
Block a user