mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
list-versions-bitbucket: accept more version formats
This commit is contained in:
parent
bd02abf38d
commit
e2cda6d65e
@ -7,7 +7,7 @@ fi
|
|||||||
|
|
||||||
function check_prerelease() {
|
function check_prerelease() {
|
||||||
read line
|
read line
|
||||||
if [[ "$line" =~ ^[0-9] ]]; then
|
if [[ "$line" =~ ^[0-9._]+\| ]]; then
|
||||||
echo "$line"
|
echo "$line"
|
||||||
else
|
else
|
||||||
echo "$line" | sed 's/|false|/|true|/'
|
echo "$line" | sed 's/|false|/|true|/'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user