mirror of
https://github.com/Fluent-networks/tailscale-mikrotik.git
synced 2025-06-27 11:18:57 +02:00
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:
parent
5286468aca
commit
0c85c57fbe
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -28,7 +28,7 @@ PLATFORM="linux/arm/v7"
|
|||
|
||||
set -eu
|
||||
|
||||
if [[ ! -d ./tailscale/.git ]]
|
||||
if [ ! -d ./tailscale/.git ]
|
||||
then
|
||||
git clone https://github.com/tailscale/tailscale.git
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue