disable counter on boot

This commit is contained in:
Pascal Vizeli 2018-05-10 10:02:46 +02:00 committed by GitHub
parent 4424f5ab6b
commit 37d1c995b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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