aboutsummaryrefslogtreecommitdiff
path: root/kiosk.sh
diff options
context:
space:
mode:
Diffstat (limited to 'kiosk.sh')
-rw-r--r--kiosk.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/kiosk.sh b/kiosk.sh
index fb72f89..1f30fdd 100644
--- a/kiosk.sh
+++ b/kiosk.sh
@@ -202,7 +202,7 @@ dialog --title "WARNING !!!" --msgbox "Do not run this script under any user oth
6 "Exit" \
3>&1 1>&2 2>&3 3>&-)
- case $CHOICE in
+ case $current_step in
1) install_packages ;;
2) configure_xinitrc ;;
3) configure_start_sh ;;