From f80ad1fbab0113d7a1f0bdbc1ea6eb556b142618 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 3 Jun 2022 11:39:07 +0200 Subject: [PATCH] add missing quotes --- usr/lib/archboot/update-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/update-installer.sh b/usr/lib/archboot/update-installer.sh index 313db385c..1d29852e2 100644 --- a/usr/lib/archboot/update-installer.sh +++ b/usr/lib/archboot/update-installer.sh @@ -278,7 +278,7 @@ _kexec () { fi sleep 2 rm /{${VMLINUZ},initrd.img} - find . -mindepth 1 ! -name 'dev' ! -name "sys" ! -name "proc" ! -name "run" ! -name rm -exec rm -rf {} \; + find . -mindepth 1 ! -name 'dev' ! -name "sys" ! -name "proc" ! -name "run" ! -name "rm" -exec rm -rf {} \; while pgrep -x kexec > /dev/null 2>&1; do sleep 1 done