Correct thoughtless code

https://github.com/alexbelgium/hassio-addons/issues/1192
This commit is contained in:
Alexandre
2024-01-21 12:18:22 +01:00
committed by GitHub
parent 6c78e8e502
commit 27785bd40a

View File

@@ -17,10 +17,6 @@ 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 () {