shellcheck fixes

This commit is contained in:
Tobias Powalowski 2022-12-29 12:16:37 +01:00
parent a6e7294acf
commit dbce489064

View file

@ -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