mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-28 03:01:32 +00:00
Fix typo
This commit is contained in:
parent
54649b40c3
commit
d908e89a52
@ -433,7 +433,7 @@ snap_prepare_assertions() {
|
|||||||
local model="generic-classic"
|
local model="generic-classic"
|
||||||
if [ -n "$CUSTOM_BRAND_MODEL" ] ; then
|
if [ -n "$CUSTOM_BRAND_MODEL" ] ; then
|
||||||
brand="$(echo $CUSTOM_BRAND_MODEL | cut -d: -f 1)"
|
brand="$(echo $CUSTOM_BRAND_MODEL | cut -d: -f 1)"
|
||||||
brand="$(echo $CUSTOM_BRAND_MODEL | cut -d: -f 2)"
|
model="$(echo $CUSTOM_BRAND_MODEL | cut -d: -f 2)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! [ -e "$model_assertion" ] ; then
|
if ! [ -e "$model_assertion" ] ; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user