From 5e631323733f49828340b26219c3b2e8ee077a02 Mon Sep 17 00:00:00 2001 From: Brendon Baumgartner Date: Sun, 5 Nov 2017 15:56:37 -0800 Subject: [PATCH] fix polycom error during bootup (#2899) * Update {$mac}.cfg minimum value is 1. 0 is invalid. * Update {$mac}.cfg minimum value is 1. 0 is invalid. * Update {$mac}.cfg minimum value is 1. 0 is invalid. --- resources/templates/provision/polycom/3.x/{$mac}.cfg | 2 +- resources/templates/provision/polycom/4.x/{$mac}.cfg | 2 +- resources/templates/provision/polycom/5.x/{$mac}.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/templates/provision/polycom/3.x/{$mac}.cfg b/resources/templates/provision/polycom/3.x/{$mac}.cfg index 0ff3000749..5936393fe1 100644 --- a/resources/templates/provision/polycom/3.x/{$mac}.cfg +++ b/resources/templates/provision/polycom/3.x/{$mac}.cfg @@ -60,7 +60,7 @@ tcpIpApp.sntp.daylightSavings.stop.month="{$daylight_savings_stop_month}" tcpIpApp.sntp.daylightSavings.stop.date="{$daylight_savings_stop_day}" tcpIpApp.sntp.daylightSavings.stop.time="{$daylight_savings_stop_time}" - tcpIpApp.sntp.daylightSavings.stop.dayOfWeek="0" + tcpIpApp.sntp.daylightSavings.stop.dayOfWeek="1" tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0" />