Added missing assignment of uuid in load_template
This commit is contained in:
parent
2406cdeed3
commit
2151c8c365
1
qq2clone
1
qq2clone
|
@ -2090,6 +2090,7 @@ done
|
||||||
|
|
||||||
local state="" name=""
|
local state="" name=""
|
||||||
for id in "${!CL_MAP[@]}"; do
|
for id in "${!CL_MAP[@]}"; do
|
||||||
|
uuid="${CL_MAP["$id"]}"
|
||||||
lv_api_do_comm get_state "$uuid" && state="$(read_pipe)"
|
lv_api_do_comm get_state "$uuid" && state="$(read_pipe)"
|
||||||
CL_STATE["$id"]="$state"
|
CL_STATE["$id"]="$state"
|
||||||
lv_api_do_comm get_name "$uuid" && name="$(read_pipe)"
|
lv_api_do_comm get_name "$uuid" && name="$(read_pipe)"
|
||||||
|
|
Loading…
Reference in New Issue