From 9a6ba3c2de5d7795213bb962c2b97dc09ebe7479 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 3 Sep 2019 16:56:25 -0600 Subject: [PATCH] Update {$mac}.cfg --- resources/templates/provision/polycom/4.x/{$mac}.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/templates/provision/polycom/4.x/{$mac}.cfg b/resources/templates/provision/polycom/4.x/{$mac}.cfg index a25ebffd5e..039eb1fe4f 100644 --- a/resources/templates/provision/polycom/4.x/{$mac}.cfg +++ b/resources/templates/provision/polycom/4.x/{$mac}.cfg @@ -62,8 +62,8 @@ device.sntp.serverName="{$ntp_server_primary}" device.sntp.gmtOffset="{$polycom_gmt_offset}" device.prov.upgradeServer.set="1" - device.prov.upgradeServer="{$polycom_firmware_url}" - + device.prov.upgradeServer="{$polycom_firmware_url}" + {if isset($admin_password)} device.auth.localUserPassword.set="1" device.auth.localUserPassword="{$admin_password}"