diff options
-rw-r--r-- | kiosk.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ;; |