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 }