Skip to content

Commit

Permalink
chore(install-script): 🩹 fix email condition
Browse files Browse the repository at this point in the history
Signed-off-by: Prashant Shahi <[email protected]>
  • Loading branch information
prashant-shahi committed Apr 5, 2022
1 parent 58daca1 commit 1d6ddd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ bye() { # Prints a friendly good bye message and exits the script.
echo "or reach us for support in #help channel in our Slack Community https://signoz.io/slack"
echo "++++++++++++++++++++++++++++++++++++++++"

if [[ email == "" ]]; then
if [[ $email == "" ]]; then
echo -e "\n📨 Please share your email to receive support with the installation"
read -rp 'Email: ' email

Expand Down

0 comments on commit 1d6ddd4

Please sign in to comment.