fix script error

fix
```
./build.sh: 31: [[: not found
./build.sh: 36: cd: can't cd to tailscale
./build.sh: 38: VERSION_LONG: parameter not set
```
This commit is contained in:
NimaQu 2022-09-14 15:52:48 -05:00 committed by GitHub
parent 5286468aca
commit 0c85c57fbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ PLATFORM="linux/arm/v7"
set -eu set -eu
if [[ ! -d ./tailscale/.git ]] if [ ! -d ./tailscale/.git ]
then then
git clone https://github.com/tailscale/tailscale.git git clone https://github.com/tailscale/tailscale.git
fi fi