mirror of
https://github.com/Unimatrix0/update_ombi.git
synced 2025-08-20 13:24:20 -07:00
DotNetCore branch renamed to develop
This commit is contained in:
parent
2e13005fac
commit
788b6b30ee
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ declare -i j=5
|
|||
while [ $i -le $j ]
|
||||
do
|
||||
.log 6 "Checking for latest version"
|
||||
json=$(curl -sL http://$ip:$port/api/v1/Update/DotNetCore)
|
||||
json=$(curl -sL http://$ip:$port/api/v1/Update/develop)
|
||||
.log 8 "json: $json"
|
||||
latestversion=$(grep -Po '(?<="updateVersionString":")([^"]+)' <<< "$json")
|
||||
.log 7 "latestversion: $latestversion"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue