diff --git a/scripts/install-base.sh b/scripts/install-base.sh index 9038221..a25a359 100644 --- a/scripts/install-base.sh +++ b/scripts/install-base.sh @@ -3,7 +3,7 @@ # stop on errors set -eu -if [ "$PACKER_BUILDER_TYPE" == "qemu" ] +if [[ "$PACKER_BUILDER_TYPE" == "qemu" ]] then DISK='/dev/vda' else