mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-03 02:23:39 +02:00
Convert wifi-exclude to a string. Update-users fix
This commit is contained in:
parent
1cf953ba39
commit
bb88695dd5
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
<key>OnDemandRules</key>
|
<key>OnDemandRules</key>
|
||||||
<array>
|
<array>
|
||||||
{% if algo_ondemand_wifi_exclude != '_null' %}
|
{% if algo_ondemand_wifi_exclude != '_null' %}
|
||||||
{% set WIFI_EXCLUDE_LIST = algo_ondemand_wifi_exclude.split(',') %}
|
{% set WIFI_EXCLUDE_LIST = (algo_ondemand_wifi_exclude|string).split(',') %}
|
||||||
<dict>
|
<dict>
|
||||||
<key>Action</key>
|
<key>Action</key>
|
||||||
<string>Disconnect</string>
|
<string>Disconnect</string>
|
||||||
|
|
Loading…
Add table
Reference in a new issue