Skip to content

Commit

Permalink
Merge pull request chriswayg#5 from lunarops/fix-build-script
Browse files Browse the repository at this point in the history
Fixed variables in build script
  • Loading branch information
dalekurt authored May 27, 2021
2 parents 344b58a + d4557cd commit 69d8371
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ source $build_conf
[[ -z "$vm_memory" ]] && die_var_unset "vm_memory"
[[ -z "$proxmox_host" ]] && die_var_unset "proxmox_host"
[[ -z "$proxmox_user" ]] && die_var_unset "proxmox_user"
[[ -z "$proxmox_vm" ]] && die_var_unset "proxmox_vm"
[[ -z "$proxmox_iso" ]] && die_var_unset "proxmox_iso"
[[ -z "$proxmox_storage_vm" ]] && die_var_unset "proxmox_storage_vm"
[[ -z "$proxmox_storage_iso" ]] && die_var_unset "proxmox_storage_iso"
[[ -z "$proxmox_net_bridge" ]] && die_var_unset "proxmox_net_bridge"
[[ -z "$default_vm_id" ]] && die_var_unset "default_vm_id"
[[ -z "$iso_url" ]] && die_var_unset "iso_url"
Expand Down

0 comments on commit 69d8371

Please sign in to comment.