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