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