Update create_lxc.sh

This commit is contained in:
CanbiZ 2025-06-30 11:48:14 +02:00
parent 4e7352b2c5
commit 555d83b511

View File

@ -110,7 +110,7 @@ function select_storage() {
local KEYS_SEEN=""
local COL_WIDTH=0
while read -r TAG TYPE _ USED FREE _; do
while read -r TAG TYPE _ TOTAL USED FREE _; do
[[ -n "$TAG" && -n "$TYPE" ]] || continue
local KEY="${TAG}:${TYPE}"
if echo "$KEYS_SEEN" | grep -qx "$KEY"; then continue; fi