mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Squashed commit of the following:
commit54cf729555Merge:d45321af218fb8a6Author: suyuan <175338101@qq.com> Date: Tue Sep 13 14:02:03 2022 +0800 Merge pull request #273 from Ysurac/develop sync commit218fb8a6e5Author: Ycarus (Yannick Chabanois) <ycarus@zugaina.org> Date: Mon Sep 12 19:55:17 2022 +0200 Various small fixes commit70571e546bAuthor: Ycarus (Yannick Chabanois) <ycarus@zugaina.org> Date: Tue Aug 30 21:02:19 2022 +0200 add a sleep between rmmod for sip alg commitd7c59fffaeAuthor: Ycarus (Yannick Chabanois) <ycarus@zugaina.org> Date: Tue Aug 30 21:01:54 2022 +0200 Fix release on upgrade, header and status page commit58c4f6cb28Author: Ycarus (Yannick Chabanois) <ycarus@zugaina.org> Date: Mon Aug 29 20:08:59 2022 +0200 Small SIP ALG fixes commit0023879724Author: Ycarus (Yannick Chabanois) <ycarus@zugaina.org> Date: Sat Aug 27 07:50:12 2022 +0200 Fix SIP ALG
This commit is contained in:
parent
7db05f73b1
commit
d52a27df67
7 changed files with 41 additions and 16 deletions
|
|
@ -1322,7 +1322,7 @@ if [ -n "$OMR_TRACKER_INTERFACE" ] && ([ "$(uci -q get openmptcprouter.$OMR_TRAC
|
|||
local latestversions="$(curl -4 -s -m 3 https://55860.com/bak/version.json)"
|
||||
[ -n "$latestversions" ] && {
|
||||
uci -q set openmptcprouter.latest_versions=latest_versions
|
||||
uci -q set openmptcprouter.latest_versions.omr=$(echo $latestversions | jsonfilter -q -e '@.omr')
|
||||
uci -q set openmptcprouter.latest_versions.omr=$(echo $latestversions | jsonfilter -q -e '@.omr')-$(ubus call system board | jsonfilter -e '@.kernel' | cut -d'.' -f1,2)
|
||||
uci -q set openmptcprouter.latest_versions.vps=$(echo $latestversions | jsonfilter -q -e '@.vps')
|
||||
uci -q set openmptcprouter.latest_versions.lc=$(date +"%s")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue