diff --git a/ct/netbox.sh b/ct/netbox.sh index 2d54065643b..0fe7b1a38fe 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-*/)