From 555d83b51177089eb7dbd9779961f7bc3bc6cac9 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 30 Jun 2025 11:48:14 +0200 Subject: [PATCH] Update create_lxc.sh --- misc/create_lxc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/create_lxc.sh b/misc/create_lxc.sh index c4e004e7..8f2c5751 100644 --- a/misc/create_lxc.sh +++ b/misc/create_lxc.sh @@ -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