Kablersalat hace 9 meses
padre
commit
a55ca2f906
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      kiosk.sh

+ 1 - 1
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 ;;