From dbce489064c23c8c7df5e819bc3b2110dffc200a Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 29 Dec 2022 12:16:37 +0100 Subject: [PATCH] shellcheck fixes --- usr/lib/archboot/update-installer/update-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/update-installer/update-installer.sh b/usr/lib/archboot/update-installer/update-installer.sh index 65ed7a501..f48ba05d9 100644 --- a/usr/lib/archboot/update-installer/update-installer.sh +++ b/usr/lib/archboot/update-installer/update-installer.sh @@ -310,7 +310,7 @@ _kexec() { fi sleep 2 _clean_kernel_cache - rm /{${VMLINUZ},initrd.img} + rm /{"${VMLINUZ}",initrd.img} while pgrep -x kexec > /dev/null 2>&1; do _clean_kernel_cache sleep 1