diff options
-rw-r--r-- | src/core/libs/lib-ui-interactive.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh index 791f10e..78ecf74 100644 --- a/src/core/libs/lib-ui-interactive.sh +++ b/src/core/libs/lib-ui-interactive.sh @@ -565,7 +565,7 @@ interactive_runtime_network() { fi ask_option no "Select a network interface" $ifaces || return 1 #TODO: code used originaly --nocancel here. what's the use? + make ok button 'select' - INTERFACE=$ANSWER_OPTION ;; + INTERFACE=$ANSWER_OPTION ask_yesno "Do you want to use DHCP?" |