From 1d6ddd48908453d77df8364cd26b39bd8ae4fb21 Mon Sep 17 00:00:00 2001 From: Prashant Shahi Date: Wed, 6 Apr 2022 01:37:07 +0530 Subject: [PATCH] =?UTF-8?q?chore(install-script):=20=F0=9F=A9=B9=20fix=20e?= =?UTF-8?q?mail=20condition?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Prashant Shahi --- deploy/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/install.sh b/deploy/install.sh index 569394bee5..abca7f0878 100755 --- a/deploy/install.sh +++ b/deploy/install.sh @@ -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