fix syntax

This commit is contained in:
Tobias Powalowski 2023-02-14 09:58:25 +01:00
parent 9a64faee98
commit 6cbfa0c101

View file

@ -47,8 +47,8 @@ if [[ "${TTY}" = "tty1" ]]; then
touch /etc/initrd-release
systemctl start initrd-switch-root
else
while true;
read -t 1
while true; do
read -r -t 1
done
fi
}