mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-22 12:36:29 +01:00
Update 93-openvpn.sh
This commit is contained in:
@@ -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 () {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user