fix: Brackets (#421)
This commit is contained in:
parent
487eefbeb9
commit
666b5be9ce
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ set -Eeuo pipefail
|
||||||
: "${CPU_FLAGS:=""}"
|
: "${CPU_FLAGS:=""}"
|
||||||
: "${CPU_MODEL:="host"}"
|
: "${CPU_MODEL:="host"}"
|
||||||
|
|
||||||
[ "$ARCH" != "arm"* ] && KVM="N"
|
[[ "$ARCH" != "arm"* ]] && KVM="N"
|
||||||
|
|
||||||
if [[ "$KVM" != [Nn]* ]]; then
|
if [[ "$KVM" != [Nn]* ]]; then
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue