better msgs

This commit is contained in:
CanbiZ 2025-08-19 13:45:05 +02:00
parent b9c7b658e5
commit 429a50d498

View File

@ -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