mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 15:19:31 -04:00
Spell 'OPTARG' correctly.
Actually call vm_create_base(). Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
144d107fcd
commit
07fe767eb8
1 changed files with 2 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ main() {
|
|||
VMFORMAT="${OPTARG}"
|
||||
;;
|
||||
i)
|
||||
VMBASE="${VMBASE}"
|
||||
VMBASE="${OPTARG}"
|
||||
;;
|
||||
o)
|
||||
VMIMAGE="${OPTARG}"
|
||||
|
|
@ -93,6 +93,7 @@ main() {
|
|||
. "${VMCONFIG}"
|
||||
fi
|
||||
|
||||
vm_create_base
|
||||
vm_install_base
|
||||
vm_extra_install_base
|
||||
vm_extra_install_packages
|
||||
|
|
|
|||
Loading…
Reference in a new issue