chore(install): remove the unnecessary validations
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
parent
39ae351b6b
commit
bb497eed5d
1 changed files with 0 additions and 10 deletions
|
|
@ -70,16 +70,6 @@ randomPass() {
|
|||
|
||||
## Prepping the infra
|
||||
|
||||
## Don't override existing variables file.
|
||||
[[ -f vars.yaml ]] && {
|
||||
warn "Existing Variables file. Not downloading."
|
||||
}|| {
|
||||
|
||||
info " Downloading vars file"
|
||||
curl -L -O vars.yaml https://raw.githubusercontent.com/rjshrjndrn/openreplay/${version="v1.4.0"
|
||||
|
||||
}
|
||||
|
||||
[[ -z $DOMAIN_NAME ]] && {
|
||||
fatal 'DOMAIN_NAME variable is empty. Rerun the script `DOMAIN_NAME=openreplay.mycomp.org bash init.sh `'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue