From daf650be1fa9938e1f1c25de1c3c060cfdaf9399 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 13 Dec 2024 11:40:40 +0100 Subject: [PATCH] test --- ct/nextpvr.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ct/nextpvr.sh b/ct/nextpvr.sh index fdce0917..d9df7143 100644 --- a/ct/nextpvr.sh +++ b/ct/nextpvr.sh @@ -24,6 +24,7 @@ base_settings variables color catch_errors +verb_ip6 function update_script() { header_info @@ -38,8 +39,8 @@ function update_script() { msg_ok "Stopped ${APP}" msg_info "Updating LXC packages" - apt-get update &>/dev/null - apt-get -y upgrade &>/dev/null + $STD apt-get update + $STD apt-get -y upgrade msg_ok "Updated LXC packages" msg_info "Updating ${APP}"