mirror of
https://github.com/RGBCube/vmware-to-proxmox-migration-script
synced 2025-05-14 05:24:58 +00:00
Fix typo
This commit is contained in:
parent
06225e9a2a
commit
1297b4e564
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ function add-efi-disk-to-vm() {
|
||||||
# === Main Process ===
|
# === Main Process ===
|
||||||
export-vmware-vm
|
export-vmware-vm
|
||||||
create-proxmox-vm
|
create-proxmox-vm
|
||||||
cleanup-migration-directory
|
clean-migration-directory
|
||||||
|
|
||||||
if [ "$FIRMWARE_TYPE" == "uefi" ]; then # FIRMWARE_TYPE was set in create-proxmox-vm
|
if [ "$FIRMWARE_TYPE" == "uefi" ]; then # FIRMWARE_TYPE was set in create-proxmox-vm
|
||||||
add-efi-disk-to-vm
|
add-efi-disk-to-vm
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue