Merge pull request #861 from ynezz/master
authorDaniel Dickinson <cshoredaniel@users.noreply.github.com>
Mon, 16 Jan 2017 06:49:21 +0000 (01:49 -0500)
committerGitHub <noreply@github.com>
Mon, 16 Jan 2017 06:49:21 +0000 (01:49 -0500)
luci-mod-admin-full: Store system time into RTC also

modules/luci-mod-admin-full/luasrc/controller/admin/system.lua

index cf8cfb5..5478afa 100644 (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