fix(install): fatal log

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
Rajesh Rajendran 2022-01-16 16:44:34 +05:30
parent fd34f08490
commit a730894892

View file

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