summaryrefslogtreecommitdiffstats
path: root/bin/g-i-installation.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/g-i-installation.sh')
-rw-r--r--bin/g-i-installation.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index 8ffd78b5..19843186 100644
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -458,7 +458,7 @@ presentation_boot() {
let MY_NR=NR-TRIGGER_NR
TOKEN=$(printf "%04d" $MY_NR)
case $TOKEN in
- 0[123456]00) do_and_report key enter
+ [01][123456789]00) do_and_report key enter
;;
*) ;;
esac