mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-06 15:42:31 +00:00
live-build/functions: Drop spurious backslash
This commit is contained in:
parent
936c3dbc79
commit
0dbaf4cc9d
@ -425,7 +425,7 @@ snap_prepare() {
|
|||||||
> "$account_key_assertion"
|
> "$account_key_assertion"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
account=$(sed -n -e's/account-id: //p' \ < "$account_key_assertion")
|
account=$(sed -n -e's/account-id: //p' < "$account_key_assertion")
|
||||||
|
|
||||||
if ! [ -e "$account_assertion" ] ; then
|
if ! [ -e "$account_assertion" ] ; then
|
||||||
snap known --remote account account-id=$account \
|
snap known --remote account account-id=$account \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user