forked from Fediversity/Fediversity
Fix vm_id
-> vmid
It probably was changed by mistake beforehand.
This commit is contained in:
parent
797ce362bd
commit
18a14d29ab
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ create_vm () {
|
|||
|
||||
proxmox_sync POST "$api_url/nodes/$node/qemu" \
|
||||
\
|
||||
vm_id=="$1" \
|
||||
vmid=="$1" \
|
||||
name=="fedi$1" \
|
||||
pool==Fediversity \
|
||||
\
|
||||
|
|
Loading…
Add table
Reference in a new issue