Update 93-openvpn.sh

This commit is contained in:
Alexandre
2022-05-04 19:05:13 +02:00
committed by GitHub
parent 65eeedcfc8
commit 6f72cc6c64

View File

@@ -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