mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-13 03:11:02 +01: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
|
||||
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