Merge pull request #861 from ynezz/master

luci-mod-admin-full: Store system time into RTC also
This commit is contained in:
Daniel Dickinson 2017-01-16 01:49:21 -05:00 committed by GitHub
commit 2cb780c8cc

View file

@ -52,6 +52,7 @@ function action_clock_status()
luci.sys.call("date -s '%04d-%02d-%02d %02d:%02d:%02d'" %{
date.year, date.month, date.day, date.hour, date.min, date.sec
})
luci.sys.call("/etc/init.d/sysfixtime restart")
end
end