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