syncthing: simplify runtime test
Passed argument no longer contains the release. Signed-off-by: Paul Spooren <mail@aparcar.org>
This commit is contained in:
parent
bc57c8d0ec
commit
ab30ab04c0
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
syncthing --version | grep "${2%%-*}"
|
syncthing --version | grep "$2"
|
||||||
|
|
Loading…
Reference in a new issue