mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-15 04:01:48 +00:00
Fix another unbound variable
This commit is contained in:
parent
ed50ee0e0d
commit
a844c6f8cd
@ -461,7 +461,7 @@ snap_prepare() {
|
|||||||
local CHROOT_ROOT=$1
|
local CHROOT_ROOT=$1
|
||||||
# Optional. If set, should be a colon-separated string of brand:model to be
|
# Optional. If set, should be a colon-separated string of brand:model to be
|
||||||
# used for the image's model assertion
|
# used for the image's model assertion
|
||||||
local CUSTOM_BRAND_MODEL=$2
|
local CUSTOM_BRAND_MODEL=${2:-generic:generic-classic}
|
||||||
|
|
||||||
snap_prepare_assertions "$CHROOT_ROOT" "$CUSTOM_BRAND_MODEL"
|
snap_prepare_assertions "$CHROOT_ROOT" "$CUSTOM_BRAND_MODEL"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user