瀏覽代碼

attempt 3

Kablersalat 9 月之前
父節點
當前提交
a55ca2f906
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 ;;