Skip to content

Commit 173043d

Browse files
committed
Fix syntax error in install.sh
1 parent 71ecc83 commit 173043d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

installers/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ DOWNLOADEXT=".tar.gz"
1717
BINARYEXT=""
1818
SHA256SUM="sha256sum"
1919

20-
SESSION_TOKEN_VERIFY="{TOKEN""}"
20+
SESSION_TOKEN_VERIFY="{TOKEN}"
2121
SESSION_TOKEN="{TOKEN}"
2222
SESSION_TOKEN_VALUE=""
2323

0 commit comments

Comments
 (0)