Fix the remaining files that had the wrong syntax in the SPA devices.
This commit is contained in:
parent
62a76617ce
commit
8e4076c96e
|
|
@ -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" />
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue