diff --git a/src/freedombone b/src/freedombone
index 087559aa5960a54ac098e06c9e5b5df40a169bc7..6e57cd48f82e14be0796fb793dfce48e16234234 100755
--- a/src/freedombone
+++ b/src/freedombone
@@ -58,13 +58,11 @@ command_options=$1
 
 if [[ $command_options == "menuconfig-full" ]]; then
     MINIMAL_INSTALL="no"
-    command_options="menuconfig"
 fi
 
 if [[ $command_options == "menuconfig-onion" ]]; then
     MINIMAL_INSTALL="yes"
     ONION_ONLY="yes"
-    command_options="menuconfig"
 fi
 
 if [ ! $CONFIGURATION_FILE ]; then
@@ -74,7 +72,7 @@ if [ ! $COMPLETION_FILE ]; then
     COMPLETION_FILE=$HOME/${PROJECT_NAME}-completed.txt
 fi
 
-if [[ $command_options == "menuconfig" ]]; then
+if [[ $command_options == "menuconfig"* ]]; then
     if [[ "$2" == "--reset" ]]; then
         if [ -f $CONFIGURATION_FILE ]; then
             rm $CONFIGURATION_FILE