mirror of https://github.com/aredn/aredn.git
bugfix: Have UI keep timezone after OTA
After OTA upgrade the timezone was kept in the system file but not in the UI so when a user would save the timezone would be overwritten. fixes AREDN->ticket:186 Change-Id: I593afab0c3f67ba9d300228e9cbb47d7e3d894d1
This commit is contained in:
parent
d662e1ce97
commit
27ea95209e
|
@ -30,4 +30,5 @@ wan_dns2 = 8.8.4.4
|
||||||
dtdlink_ip=10.<DTDMAC>
|
dtdlink_ip=10.<DTDMAC>
|
||||||
|
|
||||||
time_zone = UTC
|
time_zone = UTC
|
||||||
|
time_zone_name = UTC
|
||||||
ntp_server = us.pool.ntp.org
|
ntp_server = us.pool.ntp.org
|
||||||
|
|
Loading…
Reference in New Issue