mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-08 17:31:38 +00:00
Remove necessarily true conditional
This commit is contained in:
parent
fe76613e69
commit
42ef796b92
@ -429,10 +429,8 @@ snap_prepare_assertions() {
|
|||||||
mkdir -p "$assertions_dir"
|
mkdir -p "$assertions_dir"
|
||||||
mkdir -p "$snaps_dir"
|
mkdir -p "$snaps_dir"
|
||||||
|
|
||||||
if [ -n "$CUSTOM_BRAND_MODEL" ] ; then
|
local brand="$(echo $CUSTOM_BRAND_MODEL | cut -d: -f 1)"
|
||||||
brand="$(echo $CUSTOM_BRAND_MODEL | cut -d: -f 1)"
|
local model="$(echo $CUSTOM_BRAND_MODEL | cut -d: -f 2)"
|
||||||
model="$(echo $CUSTOM_BRAND_MODEL | cut -d: -f 2)"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if ! [ -e "$model_assertion" ] ; then
|
if ! [ -e "$model_assertion" ] ; then
|
||||||
snap known --remote model series=16 \
|
snap known --remote model series=16 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user