summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Dienstbier <mdienstbier@googlemail.com>2010-03-11 16:35:03 +0100
committerMatthias Dienstbier <mdienstbier@googlemail.com>2010-03-11 16:35:03 +0100
commit468d5f7ffb1abdfd6ad82b5223ed0cd70e77f37f (patch)
tree2fad72824ed900d70bab13636a2565af0dcc1f30
parent35694cd0df77389e8b7321b08516fa88c49d8d75 (diff)
display info screen while ntp syncs the clock
-rw-r--r--src/core/libs/lib-ui-interactive.sh3
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