From a7308948923d1d43371a71472860f35be8b5bb21 Mon Sep 17 00:00:00 2001 From: Rajesh Rajendran Date: Sun, 16 Jan 2022 16:44:34 +0530 Subject: [PATCH] fix(install): fatal log Signed-off-by: Rajesh Rajendran --- scripts/helm/helm/init.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/helm/helm/init.sh b/scripts/helm/helm/init.sh index 74a113c4a..bb327b347 100644 --- a/scripts/helm/helm/init.sh +++ b/scripts/helm/helm/init.sh @@ -84,9 +84,7 @@ curl -L -O vars.yaml https://raw.githubusercontent.com/rjshrjndrn/openreplay/${v } [[ -z $DOMAIN_NAME ]] && { -fatal "DOMAIN_NAME variable is empty. Rerun the script" -info "curl -sL get.openreplay.com | sudo DOMAIN_NAME=openerplay.mycomp.org bash - " -exit 101 +fatal 'DOMAIN_NAME variable is empty. Rerun the script `curl -sL get.openreplay.com | sudo DOMAIN_NAME=openerplay.mycomp.org bash - `' } info "Creating dynamic passwords"