summaryrefslogtreecommitdiff
path: root/src/core/libs
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2009-04-04 13:31:38 +0200
committerDieter Plaetinck <dieter@plaetinck.be>2009-04-04 13:31:38 +0200
commitfc5c21f44abdf6dc6fccb18248803c961c0ff0c5 (patch)
treeb28a236247b5408c4c3bf4f5d29747c6eb458b6a /src/core/libs
parent49060262210fa1c610d25695336c08b8d4948fd0 (diff)
actually saving the clock to hardware might be useful..
Diffstat (limited to 'src/core/libs')
-rw-r--r--src/core/libs/lib-ui-interactive.sh2
1 files changed, 1 insertions, 1 deletions
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