diff --git a/run.sh b/run.sh index 2248c7066f6324367b78147f18619368da7b6191..5d41c676692d0cdab584746c4af4dcb39323e1c0 100755 --- a/run.sh +++ b/run.sh @@ -16,7 +16,6 @@ username=gitlab password=gitlab curdir=`pwd` outdir="${curdir}/images" -boxdir="${curdir}/boxes" # Expected app and image names (cannot really guess - wait for outputs and set # as appropriate) @@ -26,6 +25,7 @@ if [[ "$1" == "10.9" ]]; then guest_os_type="MacOS109_64" machine_name="macos109" xcode_sdk_version="109" + boxdir="${curdir}/macos10.9" else echo "Version $1 is currently unsupported" exit 1 @@ -68,7 +68,6 @@ fi #-var update_system=0 \ cd packer && \ packer build \ - -debug \ -on-error=ask \ -only virtualbox-iso \ -var iso_url="${image}" \