From 429a50d498c673286fba489764d7b1be95a3758f Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 19 Aug 2025 13:45:05 +0200 Subject: [PATCH] better msgs --- misc/create_lxc.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/misc/create_lxc.sh b/misc/create_lxc.sh index 6cdfed5c..db73f0a3 100644 --- a/misc/create_lxc.sh +++ b/misc/create_lxc.sh @@ -225,7 +225,6 @@ while true; do fi done -msg_info "Checking container storage" while true; do if select_storage container; then CONTAINER_STORAGE="$STORAGE_RESULT" @@ -310,8 +309,6 @@ if [ "$TEMPLATE_VALID" -eq 0 ]; then done fi -msg_ok "LXC Template '$TEMPLATE' is ready to use." - msg_info "Creating LXC Container" # Check and fix subuid/subgid grep -q "root:100000:65536" /etc/subuid || echo "root:100000:65536" >>/etc/subuid