mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-12 16:12:29 +02:00
Disabling modification for mullvad
https://github.com/alexbelgium/hassio-addons/issues/494#issuecomment-1330634155
This commit is contained in:
@@ -148,12 +148,12 @@ chmod +x /etc/transmission/userSetup.sh
|
|||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
# Correct mullvad
|
# Correct mullvad
|
||||||
if [ "$(bashio::config "OPENVPN_PROVIDER")" == "mullvad" ]; then
|
#if [ "$(bashio::config "OPENVPN_PROVIDER")" == "mullvad" ]; then
|
||||||
bashio::log.info "Removing IPv6 from mullvad"
|
# bashio::log.info "Removing IPv6 from mullvad"
|
||||||
sed -i '$i/opt/modify-mullvad.sh' /etc/openvpn/start.sh
|
# sed -i '$i/opt/modify-mullvad.sh' /etc/openvpn/start.sh
|
||||||
chown "$PUID:$PGID" /opt/modify-mullvad.sh
|
# chown "$PUID:$PGID" /opt/modify-mullvad.sh
|
||||||
chmod +x /opt/modify-mullvad.sh
|
# chmod +x /opt/modify-mullvad.sh
|
||||||
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