Magellan Linux

Diff of /trunk/installer-simple/bin/installer.sh.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2413 by niro, Tue Jan 7 13:35:15 2014 UTC revision 2414 by niro, Tue Jan 7 13:36:09 2014 UTC
# Line 143  dialog_setup_system_menu() Line 143  dialog_setup_system_menu()
143   [[ ${retval} -eq 1 ]] && return 1   [[ ${retval} -eq 1 ]] && return 1
144   if [[ ${retval} -eq 0 ]]   if [[ ${retval} -eq 0 ]]
145   then   then
146   case "${i}" in   case "${menu}" in
147   "1") run_install_auto ;;   "1") run_install_auto ;;
148   "2") run_install_normal ;;   "2") run_install_normal ;;
149   "") dialog_setup_system_menu;;   "") dialog_setup_system_menu;;

Legend:
Removed from v.2413  
changed lines
  Added in v.2414