mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-16 04:19:13 +02:00
This commit is contained in:
@@ -147,6 +147,14 @@ chmod +x /etc/transmission/userSetup.sh
|
|||||||
/./etc/transmission/userSetup.sh
|
/./etc/transmission/userSetup.sh
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
|
# Correct mullvad
|
||||||
|
if [ "$(bashio::config "OPENVPN_PROVIDER)" eq "mullvad" ]; then
|
||||||
|
for folder in $(find / -type d -name "mullvad"); then
|
||||||
|
echo "pull-filter ignore \"route-ipv6\"" >> "$folder"/*.ovpn
|
||||||
|
echo "pull-filter ignore \"ifconfig-ipv6\"" >> "$folder"/*.ovpn
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
bashio::log.info "Starting app"
|
bashio::log.info "Starting app"
|
||||||
/./etc/openvpn/start.sh & echo ""
|
/./etc/openvpn/start.sh & echo ""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user