Update create_lxc.sh
This commit is contained in:
parent
4e7352b2c5
commit
555d83b511
@ -110,7 +110,7 @@ function select_storage() {
|
|||||||
local KEYS_SEEN=""
|
local KEYS_SEEN=""
|
||||||
local COL_WIDTH=0
|
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
|
[[ -n "$TAG" && -n "$TYPE" ]] || continue
|
||||||
local KEY="${TAG}:${TYPE}"
|
local KEY="${TAG}:${TYPE}"
|
||||||
if echo "$KEYS_SEEN" | grep -qx "$KEY"; then continue; fi
|
if echo "$KEYS_SEEN" | grep -qx "$KEY"; then continue; fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user