Write normal ip

This commit is contained in:
Alexandre
2022-05-04 17:51:38 +02:00
committed by GitHub
parent f11ce39bbd
commit 02b4f2a503

View File

@@ -64,6 +64,9 @@ if bashio::config.true 'openvpn_enabled'; then
sed -i '/route-nopull/d' /etc/openvpn/config.ovpn
fi
# Get current ip
echo "$(curl ipecho.net/plain)" > /normalip
# Exit
exit 0
fi