From 7eb1f0ccb17e06834749abf1bf8ae92c315abb42 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Mon, 6 Apr 2026 20:30:22 +0200 Subject: [PATCH] Update echo statement to include 'ip:' prefix --- ct/debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/debian.sh b/ct/debian.sh index 668f0c5e..33340cc1 100644 --- a/ct/debian.sh +++ b/ct/debian.sh @@ -35,7 +35,7 @@ function update_script() { $STD apt update $STD apt upgrade -y - echo ${LOCAL_IP} + echo ip: ${LOCAL_IP} msg_ok "Updated Debian LXC" cleanup_lxc