Skip to content

Commit

Permalink
Fix input reading for NetBird domain in getting-started-with-zitadel.…
Browse files Browse the repository at this point in the history
…sh (#1064)
  • Loading branch information
mlsmaycon authored Aug 8, 2023
1 parent cdf5727 commit a9b9b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure_files/getting-started-with-zitadel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ check_nb_domain() {
read_nb_domain() {
READ_NETBIRD_DOMAIN=""
echo -n "Enter the domain you want to use for NetBird (e.g. netbird.my-domain.com): " > /dev/stderr
read -r READ_NETBIRD_DOMAIN
read -r READ_NETBIRD_DOMAIN < /dev/tty
if ! check_nb_domain "$READ_NETBIRD_DOMAIN"; then
read_nb_domain
fi
Expand Down

0 comments on commit a9b9b3f

Please sign in to comment.