From 65b1ba5112523ab172f40a3f098d9d7dbcb43d81 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Tue, 28 Jul 2026 16:07:52 +0200 Subject: [PATCH] npmplus: Remove duplicate msg_info for container recreation Removed log message for recreating the container during update. --- ct/npmplus.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ct/npmplus.sh b/ct/npmplus.sh index 2ba58a4d3..8007186d9 100644 --- a/ct/npmplus.sh +++ b/ct/npmplus.sh @@ -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"