Fixed .env and exit 99
This commit is contained in:
parent
edadf94554
commit
b822b1d7aa
8
bin/.env
8
bin/.env
@ -1,12 +1,12 @@
|
|||||||
# Domain name
|
# Domain name
|
||||||
DOMAIN="test.com"
|
#DOMAIN="test.com"
|
||||||
|
|
||||||
# Company name
|
# Company name
|
||||||
COMPANY="Fang Free Inc"
|
#COMPANY="Fang Free Inc"
|
||||||
|
|
||||||
# Country
|
# Country
|
||||||
COUNTRY="US"
|
#COUNTRY="US"
|
||||||
|
|
||||||
# Administrator password
|
# Administrator password
|
||||||
ADMINPASS="d3r3k123"
|
#ADMINPASS="password123"
|
||||||
|
|
||||||
|
@ -75,8 +75,6 @@ done
|
|||||||
# Download lib scripts and take in setup variables
|
# Download lib scripts and take in setup variables
|
||||||
get_config
|
get_config
|
||||||
|
|
||||||
exit 99;
|
|
||||||
|
|
||||||
echo -ne "\n\nStarting Federated install for $DOMAIN\n"
|
echo -ne "\n\nStarting Federated install for $DOMAIN\n"
|
||||||
|
|
||||||
# Check that we have docker installed. Check that
|
# Check that we have docker installed. Check that
|
||||||
|
Loading…
x
Reference in New Issue
Block a user