Fix the remaining files that had the wrong syntax in the SPA devices.

This commit is contained in:
markjcrane 2016-05-23 11:59:34 -06:00
parent 62a76617ce
commit 8e4076c96e
2 changed files with 2 additions and 2 deletions

View File

@ -180,7 +180,7 @@
<Resync_Fails_On_FNF group="Provisioning/Configuration_Profile">Yes</Resync_Fails_On_FNF>
{if isset ($http_auth_username)}
<Profile_Rule group="Provisioning/Configuration_Profile">[--uid {$http_auth_username} --pwd {$http_auth_password}]http://{$domain_name}{$project_path}/app/provision/?mac=$MA</Profile_Rule>
{/else}
{else}
<Profile_Rule group="Provisioning/Configuration_Profile">http://{$domain_name}{$project_path}/app/provision/?mac=$MA</Profile_Rule>
{/if}
<Profile_Rule_B group="Provisioning/Configuration_Profile" />

View File

@ -64,7 +64,7 @@
<Resync_Fails_On_FNF ua="na">Yes</Resync_Fails_On_FNF>
{if isset ($http_auth_username)}
<Profile_Rule>[--uid {$http_auth_username} --pwd {$http_auth_password}]http://{$domain_name}{$project_path}/app/provision/?mac=$MA</Profile_Rule>
{/else}
{else}
<Profile_Rule>http://{$domain_name}{$project_path}/app/provision/?mac=$MA</Profile_Rule>
{/if}
<Profile_Rule_B ua="na"></Profile_Rule_B>