mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Update 99-run.sh
This commit is contained in:
@@ -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 ""
|
||||
|
||||
Reference in New Issue
Block a user