From 8990ab702efb86e48e332ec892a8df7497e826b4 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Tue, 28 Jul 2026 19:03:16 +0200 Subject: [PATCH] npmplus: Remove duplicate msg_info for container recreation (#16122) --- ct/npmplus.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ct/npmplus.sh b/ct/npmplus.sh index 2ba58a4d3..b8b394059 100644 --- a/ct/npmplus.sh +++ b/ct/npmplus.sh @@ -21,8 +21,6 @@ color catch_errors function update_script() { - header_info "$APP" - msg_info "Updating Alpine OS" $STD apk -U upgrade msg_ok "System updated" @@ -30,10 +28,8 @@ 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" - msg_ok "Updated successfully!" exit }