From fc5c21f44abdf6dc6fccb18248803c961c0ff0c5 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sat, 4 Apr 2009 13:31:38 +0200 Subject: actually saving the clock to hardware might be useful.. --- src/core/libs/lib-ui-interactive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/libs') diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh index 4020bd9..360a7c5 100644 --- a/src/core/libs/lib-ui-interactive.sh +++ b/src/core/libs/lib-ui-interactive.sh @@ -103,7 +103,7 @@ interactive_time () { if ntpdate pool.ntp.org >/dev/null then notify "Synced clock with internet pool successfully." - NEXTITEM=3 + dohwclock $HARDWARECLOCK systohc && NEXTITEM=3 else show_warning 'Ntp failure' "An error has occured, time was not changed!" fi -- cgit v1.2.3-54-g00ecf