Fixed .env and exit 99

This commit is contained in:
Derek Crudgington 2023-04-05 20:51:54 +00:00
parent edadf94554
commit b822b1d7aa
2 changed files with 4 additions and 6 deletions

View File

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

View File

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