summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2009-08-06 21:37:39 +0200
committerDieter Plaetinck <dieter@plaetinck.be>2009-08-06 21:37:39 +0200
commit2d279d782e0d65d3ebaea2ed0a76c91730580481 (patch)
treeeaa33e2e305a7092c4ad2412af1a17926c7de428 /src
parent5a8488cc7d9ad787193e76d7381b51ad7efb0af4 (diff)
FS#15801 - Change the first step when time is proposed during the setting of the clock
Diffstat (limited to 'src')
-rw-r--r--src/core/libs/lib-ui-interactive.sh2
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 974cf01..52f718c 100644
--- a/src/core/libs/lib-ui-interactive.sh
+++ b/src/core/libs/lib-ui-interactive.sh
@@ -149,7 +149,7 @@ interactive_time () {
type ntpdate &>/dev/null && EXTRA=('ntp' 'Set time and date using ntp')
ask_option $default "Date/time configuration" "According to your settings and your hardwareclock, the date should now be $current. If this is incorrect, you can correct this now" required \
- "${EXTRA[@]}" "manual" "Set time and date manually" "return" "Looks good. back to main menu" || return 1
+ "return" "Looks good. back to main menu" "${EXTRA[@]}" "manual" "Set time and date manually" || return 1
if [ "$ANSWER_OPTION" = ntp ]
then
if ntpdate pool.ntp.org >/dev/null