mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-18 03:50:32 +02:00
Update 93-openvpn.sh
This commit is contained in:
@@ -17,6 +17,10 @@ if bashio::config.true 'openvpn_enabled'; then
|
|||||||
# Get current ip
|
# Get current ip
|
||||||
curl -s ipecho.net/plain > /currentip
|
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 to check for files path
|
||||||
function check_path () {
|
function check_path () {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user