remove not needed sleep anymore

This commit is contained in:
Tobias Powalowski 2022-06-21 07:05:55 +02:00
parent a74b505700
commit 3b4ed69bb6

View file

@ -86,7 +86,6 @@ blockdevices_partitions() {
echo "${part}"
[[ "${1}" ]] && echo "${1}"
fi
sleep 0.1
done
printk on
}