mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-05 19:34:52 +01:00
Update 93-openvpn.sh
This commit is contained in:
@@ -88,12 +88,14 @@ if bashio::config.true 'openvpn_enabled'; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Permissions
|
# Permissions
|
||||||
|
chmod 755 /config/openvpn/*
|
||||||
chmod 755 /etc/openvpn/*
|
chmod 755 /etc/openvpn/*
|
||||||
chmod 600 /etc/openvpn/credentials
|
chmod 600 /etc/openvpn/credentials
|
||||||
chmod 755 /etc/openvpn/up.sh
|
chmod 755 /etc/openvpn/up.sh
|
||||||
chmod 755 /etc/openvpn/down.sh
|
chmod 755 /etc/openvpn/down.sh
|
||||||
chmod 755 /etc/openvpn/up-qbittorrent.sh
|
chmod 755 /etc/openvpn/up-qbittorrent.sh
|
||||||
chmod +x /etc/openvpn/up.sh
|
chmod +x /etc/openvpn/up.sh
|
||||||
|
chmod +x /etc/openvpn/down.sh
|
||||||
chmod +x /etc/openvpn/up-qbittorrent.sh
|
chmod +x /etc/openvpn/up-qbittorrent.sh
|
||||||
|
|
||||||
echo "... openvpn correctly set, qbittorrent will run tunnelled through openvpn"
|
echo "... openvpn correctly set, qbittorrent will run tunnelled through openvpn"
|
||||||
|
|||||||
Reference in New Issue
Block a user