diff options
Diffstat (limited to 'src/core')
-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 |