mirror of
https://github.com/elasticdog/packer-arch.git
synced 2026-07-17 16:36:26 +00:00
use bash syntax
This commit is contained in:
parent
3f2ac7e735
commit
227f42add6
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
# stop on errors
|
||||
set -eu
|
||||
|
||||
if [ "$PACKER_BUILDER_TYPE" == "qemu" ]
|
||||
if [[ "$PACKER_BUILDER_TYPE" == "qemu" ]]
|
||||
then
|
||||
DISK='/dev/vda'
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue