mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-28 15:36:29 +00:00
disable counter on boot
This commit is contained in:
parent
4424f5ab6b
commit
37d1c995b7
@ -14,7 +14,7 @@ for i in /env/init/*; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
echo "- Hit m for menu or wait for autoboot -"
|
echo "- Hit m for menu or wait for autoboot -"
|
||||||
timeout -a 1 -v key
|
timeout -a 1 -s -v key
|
||||||
|
|
||||||
# Run menu
|
# Run menu
|
||||||
if [ "${key}" != "m" ]; then
|
if [ "${key}" != "m" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user