mirror of https://git.tuxpa.in/a/code-server.git
Fix version test
This commit is contained in:
parent
7e7923706f
commit
25f18beda4
|
@ -11,7 +11,7 @@ main() {
|
|||
version=$(./binaries/code-server* --version | head -1)
|
||||
echo "Got '$version' for the version"
|
||||
case $version in
|
||||
*2.*-vsc1.41.1) exit 0 ;;
|
||||
*-vsc1.41.1) exit 0 ;;
|
||||
*) exit 1 ;;
|
||||
esac
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue