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>
|
||||
<key>OnDemandRules</key>
|
||||
<array>
|
||||
{%- if algo_ondemand_wifi_exclude|b64decode != '_null' %}
|
||||
{%- set WIFI_EXCLUDE_LIST = (algo_ondemand_wifi_exclude|b64decode|string).split(',') %}
|
||||
{% if algo_ondemand_wifi_exclude|b64decode != '_null' %}
|
||||
{% set WIFI_EXCLUDE_LIST = (algo_ondemand_wifi_exclude|b64decode|string).split(',') %}
|
||||
<dict>
|
||||
<key>Action</key>
|
||||
<string>Disconnect</string>
|
||||
|
|
Loading…
Add table
Reference in a new issue