From 3a526624887050e3107988daca6c39a854a62000 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Tue, 31 Mar 2009 21:51:27 +0200 Subject: dont show which output + syntax fix --- src/core/libs/lib-ui-interactive.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh index 9884cb5..5a8a076 100644 --- a/src/core/libs/lib-ui-interactive.sh +++ b/src/core/libs/lib-ui-interactive.sh @@ -93,11 +93,10 @@ interactive_time () { [ -n "$NEXTITEM" ] && default="$NEXTITEM" EXTRA= #TODO: only propose if network ok - which ntpdate >/dev/null && EXTRA="'ntp' 'Set time and date using ntp'" + which 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" + $EXTRA "manual" "Set time and date manually" "return" "Looks good. back to main menu" if [ "$ANSWER_OPTION" = ntp ] then if ntpdate pool.ntp.org >/dev/null -- cgit v1.2.3-54-g00ecf