From 9d17ba1a9387efdc08e236d4eaa937eb103472f4 Mon Sep 17 00:00:00 2001 From: Van Waholtz Date: Mon, 24 Oct 2022 22:02:05 +0800 Subject: syncthing: add stdiscosrv and strelaysrv Signed-off-by: Van Waholtz --- utils/syncthing/test.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'utils/syncthing/test.sh') 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" -- cgit v1.2.3