mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-04-14 03:18:02 +02:00
Chmod chown mullvad
https://github.com/alexbelgium/hassio-addons/issues
This commit is contained in:
@@ -150,9 +150,8 @@ 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
|
chown "$PUID:$PGID" /etc/openvpn/mullvad/configure-openvpn.sh
|
||||||
chown "$PUID:$PGID" /opt/modify-mullvad.sh
|
chmod +x /etc/openvpn/mullvad/configure-openvpn.sh
|
||||||
chmod +x /opt/modify-mullvad.sh
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
bashio::log.info "Starting app"
|
bashio::log.info "Starting app"
|
||||||
|
|||||||
Reference in New Issue
Block a user