From c06d2e160b7b5ea054ee27e8762624348b6b3e9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20M=C3=BCller?= Date: Wed, 31 Mar 2021 09:38:48 +0200 Subject: [PATCH] [util-iso] fix typo --- lib/util-iso.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util-iso.sh b/lib/util-iso.sh index ee49288..d87e69a 100644 --- a/lib/util-iso.sh +++ b/lib/util-iso.sh @@ -364,7 +364,7 @@ make_image_desktop() { seed_snaps ${path} echo "Enable os-prober" - sed -i -e 's,.*GRUB_DISABLE_OS_PROBER=.*,GRUB_DISABLE_OS_PROBER=false",' "${path}/etc/default/grub" + sed -i -e 's,.*GRUB_DISABLE_OS_PROBER=.*,GRUB_DISABLE_OS_PROBER=false,' "${path}/etc/default/grub" umount_fs clean_up_image "${path}"