-eq is only for integers

This commit is contained in:
Dennis ten Hoove 2023-06-25 20:27:47 +02:00
parent bfead4d572
commit 3212b2f202

View file

@ -71,7 +71,7 @@ done
## Variants
#
# Build archlinux type image
if [[ $type -eq 'archlinux' ]]; then
if [[ $type == 'archlinux' ]]; then
# Ensure base.list exists, if not error and quit
[[ ! -e $variant/base.list ]] &&