chore(install-script): 🩹 fix email condition

Signed-off-by: Prashant Shahi <prashant@signoz.io>
This commit is contained in:
Prashant Shahi 2022-04-06 01:37:07 +05:30
parent 58daca1579
commit 1d6ddd4890
No known key found for this signature in database
GPG Key ID: 6E62ED14180EB2C0

View File

@ -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