npmplus: Remove duplicate msg_info for container recreation

Removed log message for recreating the container during update.
This commit is contained in:
CanbiZ (MickLesk)
2026-07-28 16:07:52 +02:00
committed by GitHub
parent 57e02eee1b
commit 65b1ba5112
-1
View File
@@ -30,7 +30,6 @@ function update_script() {
msg_info "Pulling latest NPMplus container image"
cd /opt
$STD docker compose pull
msg_info "Recreating container"
$STD docker compose up -d
msg_ok "Updated NPMplus container"