From 27ea95209ef1d9927a58619c6b91b38e6c7ba776 Mon Sep 17 00:00:00 2001 From: Conrad Lara - KG6JEI Date: Tue, 6 Dec 2016 19:38:47 -0800 Subject: [PATCH] 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 --- files/etc/config.mesh/_setup.default | 1 + 1 file changed, 1 insertion(+) diff --git a/files/etc/config.mesh/_setup.default b/files/etc/config.mesh/_setup.default index ccc280fc..2dd4a9e7 100644 --- a/files/etc/config.mesh/_setup.default +++ b/files/etc/config.mesh/_setup.default @@ -30,4 +30,5 @@ wan_dns2 = 8.8.4.4 dtdlink_ip=10. time_zone = UTC +time_zone_name = UTC ntp_server = us.pool.ntp.org