Move VM dirs under state/vms
This commit is contained in:
parent
75f03aeb04
commit
f8e7aedeb2
8 changed files with 11 additions and 10 deletions
2
kill.sh
2
kill.sh
|
|
@ -23,7 +23,7 @@ find_vm_info() {
|
|||
local query="$1"
|
||||
local info match_count=0 match=""
|
||||
|
||||
for info in state/vm-*/info; do
|
||||
for info in state/vms/*/info; do
|
||||
[[ -f "$info" ]] || continue
|
||||
local id name
|
||||
id="$(get_prop "$info" "id")"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue