Compare commits

..

2 Commits

Author SHA1 Message Date
CanbiZ (MickLesk) 3d914c7944 Remove header_info call from update_script function 2026-07-28 16:10:45 +02:00
CanbiZ (MickLesk) 65b1ba5112 npmplus: Remove duplicate msg_info for container recreation
Removed log message for recreating the container during update.
2026-07-28 16:07:52 +02:00
2 changed files with 1 additions and 5 deletions
-4
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"
@@ -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
}
+1 -1
View File
@@ -5337,7 +5337,7 @@ EOF
local response=""
local read_rc
read -t 60 -r response </dev/tty
read -t 60 -r response
read_rc=$?
if [[ $read_rc -eq 0 ]]; then
case "${response:-1}" in