mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
Correct thoughtless code
https://github.com/alexbelgium/hassio-addons/issues/1192
This commit is contained in:
@@ -17,10 +17,6 @@ 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