Update 99-run.sh

This commit is contained in:
Alexandre
2022-11-27 08:02:45 +01:00
committed by GitHub
parent f6810a0324
commit 86de55d43e

View File

@@ -148,7 +148,7 @@ chmod +x /etc/transmission/userSetup.sh
echo ""
# Correct mullvad
if [ "$(bashio::config "OPENVPN_PROVIDER)" == "mullvad" ]; then
if [ "$(bashio::config "OPENVPN_PROVIDER")" == "mullvad" ]; then
bashio::log.info "Removing IPv6 from mullvad"
for folder in $(find / -type d -name "mullvad"); do
echo "pull-filter ignore \"route-ipv6\"" >> "$folder"/*.ovpn