Update 93-openvpn.sh

This commit is contained in:
Alexandre
2023-12-23 16:07:18 +01:00
committed by GitHub
parent 69db5079c8
commit f50dff704e

View File

@@ -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"