Update 93-openvpn.sh

This commit is contained in:
Alexandre
2024-01-17 10:48:12 +01:00
committed by GitHub
parent 29827ff955
commit 699bf3c5f3

View File

@@ -17,6 +17,10 @@ if bashio::config.true 'openvpn_enabled'; then
# Get current ip
curl -s ipecho.net/plain > /currentip
# Create symlink for files
rm -r /etc/openvpn
ln -s /config/openvpn /etc/openvpn
# Function to check for files path
function check_path () {