reuse sleep, it does not status 1 on exit than read -r -t

This commit is contained in:
Tobias Powalowski 2024-06-28 18:41:06 +02:00
parent 2dddae3bd7
commit 5886337161

View file

@ -294,7 +294,7 @@ _new_environment() {
kexec -c -f "${_RAM}/${_VMLINUZ}" --initrd="${_RAM}/${_INITRD}" --reuse-cmdline &
while true; do
_clean_kernel_cache
read -r -t 1
sleep 1
printf "\ec"
done
}