1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Fix IP check

This commit is contained in:
Ycarus (Yannick Chabanois) 2019-07-30 07:53:04 +02:00
parent bc5f86e7a8
commit 9fea5af65d
2 changed files with 2 additions and 2 deletions

View file

@ -73,7 +73,7 @@ if [ "$(uci -q get openmptcprouter.settings.check_ipv4_website)" = "" ]; then
fi
if [ "$(uci -q get openmptcprouter.settings.check_ipv6_website)" = "" ]; then
uci -q batch <<-EOF >/dev/null
set openmptcprouter.settings.check_ipv4_website='http://ipv6.openmptcprouter.com'
set openmptcprouter.settings.check_ipv6_website='http://ipv6.openmptcprouter.com'
commit openmptcprouter
EOF
fi