diff options
author | Van Waholtz <brvphoenix@gmail.com> | 2022-10-24 22:02:05 +0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-11-04 13:13:43 -0700 |
commit | 9d17ba1a9387efdc08e236d4eaa937eb103472f4 (patch) | |
tree | f1360bcea9e2d84e1661088018b01999d641c54c /utils/syncthing/test.sh | |
parent | ed493247aa8b4a189936f2d6f63c937f6126d2af (diff) |
syncthing: add stdiscosrv and strelaysrv
Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
Diffstat (limited to 'utils/syncthing/test.sh')
-rw-r--r-- | utils/syncthing/test.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/utils/syncthing/test.sh b/utils/syncthing/test.sh index f582111ce..5e8c1c782 100644 --- a/utils/syncthing/test.sh +++ b/utils/syncthing/test.sh @@ -1,3 +1,6 @@ #!/bin/sh -syncthing --version | grep "$2" +PKG=$1 +ver=$2 + +"$PKG" --version | grep "$ver" |