remove not needed sleep

This commit is contained in:
Tobias Powalowski 2022-05-15 22:12:48 +02:00
parent a4a7a02603
commit 22b5e9a6f4

View file

@ -200,7 +200,6 @@ _create_initramfs() {
sleep 2
for i in $(find . -mindepth 1 -type f | sort); do
rm "${i}" >/dev/null 2>&1
sleep 0.0005
done
while pgrep -x zstd >/dev/null 2>&1; do
sleep 1