mirror of
https://github.com/RGBCube/vmware-to-proxmox-migration-script
synced 2025-07-15 10:37:38 +00:00
Fix typo
This commit is contained in:
parent
944bd3aa5f
commit
30ca0b5ef7
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ input ESXI_SERVER "ESXi server hostname/IP"
|
||||||
input ESXI_USERNAME "ESXi server username"
|
input ESXI_USERNAME "ESXi server username"
|
||||||
input ESXI_PASSWORD "ESXi server password"
|
input ESXI_PASSWORD "ESXi server password"
|
||||||
|
|
||||||
input VM_NAME "Same of the VM to migrate"
|
input VM_NAME "Name of the VM to migrate"
|
||||||
input VLAN_TAG "VLAN tag" "80"
|
input VLAN_TAG "VLAN tag" "80"
|
||||||
|
|
||||||
while [[ true ]]; do
|
while [[ true ]]; do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue