Bugfix for install.sh
This commit is contained in:
parent
d1893af96f
commit
b4778d8cf3
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ while [[ $attempts -lt $max_attempts ]]; do
|
|||
fi
|
||||
done
|
||||
|
||||
if [[ "$valid_token" = false ]]; then
|
||||
if [[ "$valid_token" == false ]]; then
|
||||
echo -e "\nFAIL: Maximum number of attempts reached. Installation aborted!"
|
||||
exit 1
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue