mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Update 99-run.sh
This commit is contained in:
@@ -148,7 +148,7 @@ chmod +x /etc/transmission/userSetup.sh
|
||||
echo ""
|
||||
|
||||
# Correct mullvad
|
||||
if [ "$(bashio::config "OPENVPN_PROVIDER)" eq "mullvad" ]; then
|
||||
if [ "$(bashio::config "OPENVPN_PROVIDER)" == "mullvad" ]; then
|
||||
for folder in $(find / -type d -name "mullvad"); do
|
||||
echo "pull-filter ignore \"route-ipv6\"" >> "$folder"/*.ovpn
|
||||
echo "pull-filter ignore \"ifconfig-ipv6\"" >> "$folder"/*.ovpn
|
||||
|
||||
Reference in New Issue
Block a user