Remove header_info call from update_script function

This commit is contained in:
CanbiZ (MickLesk)
2026-07-28 16:10:45 +02:00
committed by GitHub
parent 65b1ba5112
commit 3d914c7944
-3
View File
@@ -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
}