Bob Mottram 8 년 전
부모
커밋
6dd890b323
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1
    3
      src/freedombone

+ 1
- 3
src/freedombone 파일 보기

58
 
58
 
59
 if [[ $command_options == "menuconfig-full" ]]; then
59
 if [[ $command_options == "menuconfig-full" ]]; then
60
     MINIMAL_INSTALL="no"
60
     MINIMAL_INSTALL="no"
61
-    command_options="menuconfig"
62
 fi
61
 fi
63
 
62
 
64
 if [[ $command_options == "menuconfig-onion" ]]; then
63
 if [[ $command_options == "menuconfig-onion" ]]; then
65
     MINIMAL_INSTALL="yes"
64
     MINIMAL_INSTALL="yes"
66
     ONION_ONLY="yes"
65
     ONION_ONLY="yes"
67
-    command_options="menuconfig"
68
 fi
66
 fi
69
 
67
 
70
 if [ ! $CONFIGURATION_FILE ]; then
68
 if [ ! $CONFIGURATION_FILE ]; then
74
     COMPLETION_FILE=$HOME/${PROJECT_NAME}-completed.txt
72
     COMPLETION_FILE=$HOME/${PROJECT_NAME}-completed.txt
75
 fi
73
 fi
76
 
74
 
77
-if [[ $command_options == "menuconfig" ]]; then
75
+if [[ $command_options == "menuconfig"* ]]; then
78
     if [[ "$2" == "--reset" ]]; then
76
     if [[ "$2" == "--reset" ]]; then
79
         if [ -f $CONFIGURATION_FILE ]; then
77
         if [ -f $CONFIGURATION_FILE ]; then
80
             rm $CONFIGURATION_FILE
78
             rm $CONFIGURATION_FILE