Skip to content

Commit

Permalink
Removed unnecesary "not whitelisted" error message text
Browse files Browse the repository at this point in the history
  • Loading branch information
aljazs-flare committed Dec 1, 2023
1 parent 407b885 commit 1ae4958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ then
__BOOTSTRAP_ENDPOINT="$__ENDPOINT"
break
else
echo " Failed! The endpoint is unreachable or your IP is not whitelisted."
echo " Failed! The endpoint is unreachable."
continue
fi
done
Expand Down

0 comments on commit 1ae4958

Please sign in to comment.