mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-21 03:58:10 +01:00
Update 93-openvpn.sh
This commit is contained in:
@@ -57,7 +57,7 @@ if bashio::config.true 'openvpn_enabled'; then
|
||||
fi
|
||||
|
||||
# Get current ip
|
||||
echo "$(curl ipecho.net/plain)" > /currentip
|
||||
echo "$(curl -s ipecho.net/plain)" > /currentip
|
||||
|
||||
# Exit
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user