mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-17 21:09:13 +02:00
Update 99-run.sh
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