From 3d914c7944ed10811c02fcb197b73a81122e6272 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Tue, 28 Jul 2026 16:10:45 +0200 Subject: [PATCH] Remove header_info call from update_script function --- ct/npmplus.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/ct/npmplus.sh b/ct/npmplus.sh index 8007186d9..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" @@ -32,7 +30,6 @@ function update_script() { $STD docker compose pull $STD docker compose up -d msg_ok "Updated NPMplus container" - msg_ok "Updated successfully!" exit }