mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-07-28 16:52:55 +02:00
Remove header_info call from update_script function
This commit is contained in:
committed by
GitHub
parent
65b1ba5112
commit
3d914c7944
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user