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

Fix uci wan status

This commit is contained in:
Ycarus 2018-11-29 18:10:53 +01:00
parent 360a24b215
commit c70ef66b4f

View file

@ -354,6 +354,7 @@ if [ "$(uci -q get openmptcprouter.$OMR_TRACKER_INTERFACE.lc)" = "" ] || [ $(($(
_log "Get status and settings for $OMR_TRACKER_INTERFACE... Done"
/etc/init.d/openmptcprouter-vps restart >/dev/null 2>&1
fi
uci -q set openmptcprouter.$OMR_TRACKER_INTERFACE.state='up'
uci -q commit openmptcprouter
fi