mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 22:35:53 +00:00
Update create_lxc.sh
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user