Update 99-run.sh

This commit is contained in:
Alexandre
2022-11-27 07:27:26 +01:00
committed by GitHub
parent 77dc2d933e
commit 4ec0bc728b

View File

@@ -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