From ca08e461dd3f8be0943f0f36eecf471d5102c894 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Mon, 6 Apr 2026 20:28:48 +0200 Subject: [PATCH] test --- ct/debian.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ct/debian.sh b/ct/debian.sh index 730df39f..668f0c5e 100644 --- a/ct/debian.sh +++ b/ct/debian.sh @@ -34,6 +34,9 @@ function update_script() { msg_info "Updating Debian LXC" $STD apt update $STD apt upgrade -y + + echo ${LOCAL_IP} + msg_ok "Updated Debian LXC" cleanup_lxc exit