Update 99-run.sh

This commit is contained in:
Alexandre
2022-11-29 22:27:01 +01:00
committed by GitHub
parent ad26a54eab
commit 37a22d0a0b

View File

@@ -148,12 +148,12 @@ 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"
# sed -i '$i/opt/modify-mullvad.sh' /etc/openvpn/start.sh
# chown "$PUID:$PGID" /opt/modify-mullvad.sh
# chmod +x /opt/modify-mullvad.sh
#fi
chown "$PUID:$PGID" /opt/modify-mullvad.sh
chmod +x /opt/modify-mullvad.sh
fi
bashio::log.info "Starting app"
/./etc/openvpn/start.sh & echo ""