mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-10 20:57:29 +00:00
Fix quoting
This commit is contained in:
parent
c61850e168
commit
aec4452acf
@ -55,7 +55,7 @@ EOF
|
||||
channel: stable
|
||||
EOF
|
||||
echo -n " file: " >> chroot/var/lib/snapd/seed/seed.yaml
|
||||
(cd chroot/var/lib/snapd/seed; ls -1 "${snap}_*.snap") \
|
||||
(cd chroot/var/lib/snapd/seed; ls -1 ${snap}_*.snap) \
|
||||
>> chroot/var/lib/snapd/seed/seed.yaml
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user