mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-07-29 01:02:54 +02:00
npmplus: Remove duplicate msg_info for container recreation (#16122)
This commit is contained in:
committed by
GitHub
parent
57e02eee1b
commit
8990ab702e
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user