diff options
author | Matthias Dienstbier <mdienstbier@googlemail.com> | 2010-03-11 16:35:03 +0100 |
---|---|---|
committer | Matthias Dienstbier <mdienstbier@googlemail.com> | 2010-03-11 16:35:03 +0100 |
commit | 468d5f7ffb1abdfd6ad82b5223ed0cd70e77f37f (patch) | |
tree | 2fad72824ed900d70bab13636a2565af0dcc1f30 /src/core/libs | |
parent | 35694cd0df77389e8b7321b08516fa88c49d8d75 (diff) |
display info screen while ntp syncs the clock
Diffstat (limited to 'src/core/libs')
-rw-r--r-- | src/core/libs/lib-ui-interactive.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh index eb4f6a5..23e8c4e 100644 --- a/src/core/libs/lib-ui-interactive.sh +++ b/src/core/libs/lib-ui-interactive.sh @@ -154,7 +154,8 @@ interactive_time () { "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 + infofy "Syncing clock with internet pool ..." + if ntpdate pool.ntp.org >/dev/null then notify "Synced clock with internet pool successfully." dohwclock $HARDWARECLOCK systohc && NEXTITEM=3 |