mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-02 10:03:01 +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>
|
||||
<array>
|
||||
{% 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>
|
||||
<key>Action</key>
|
||||
<string>Disconnect</string>
|
||||
|
|
Loading…
Add table
Reference in a new issue