From ac248e6cdb6ba06d765d97817e7bcbe0f1a65f77 Mon Sep 17 00:00:00 2001 From: bvdberg01 <74251551+bvdberg01@users.noreply.github.com> Date: Sun, 17 Nov 2024 22:13:03 +0100 Subject: [PATCH] Update ct/netbox.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> --- ct/netbox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/netbox.sh b/ct/netbox.sh index 2d54065643..0fe7b1a38f 100644 --- a/ct/netbox.sh +++ b/ct/netbox.sh @@ -64,7 +64,7 @@ if [ ! -d "/opt/netbox-${RELEASE}" ]; then systemctl stop netbox netbox-rq msg_ok "Stopped ${APP}" - msg_info "Updating $APP LXC" + msg_info "Updating $APP to v${RELEASE}" apt-get -y upgrade &>/dev/null OLD_VERSION_PATH=$(ls -d /opt/netbox-*/)