mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-14 00:33:02 +02:00
remove ldashes
This commit is contained in:
parent
fa9d197394
commit
d47a9e6b5c
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@
|
||||||
<integer>1</integer>
|
<integer>1</integer>
|
||||||
<key>OnDemandRules</key>
|
<key>OnDemandRules</key>
|
||||||
<array>
|
<array>
|
||||||
{%- if algo_ondemand_wifi_exclude|b64decode != '_null' %}
|
{% if algo_ondemand_wifi_exclude|b64decode != '_null' %}
|
||||||
{%- set WIFI_EXCLUDE_LIST = (algo_ondemand_wifi_exclude|b64decode|string).split(',') %}
|
{% set WIFI_EXCLUDE_LIST = (algo_ondemand_wifi_exclude|b64decode|string).split(',') %}
|
||||||
<dict>
|
<dict>
|
||||||
<key>Action</key>
|
<key>Action</key>
|
||||||
<string>Disconnect</string>
|
<string>Disconnect</string>
|
||||||
|
|
Loading…
Add table
Reference in a new issue