This commit is contained in:
root 2023-07-13 20:15:24 +00:00
parent 61754372e2
commit c45c6a8b20
2 changed files with 1 additions and 7 deletions

View File

@ -10,12 +10,6 @@ COUNTRY="US"
# Where to send welcome e-mail # Where to send welcome e-mail
EMAIL="derek@federated.computer" EMAIL="derek@federated.computer"
# Admin password
ADMINPASS="password123"
# Listmonk password
LISTMONKPASS="password123"
# Backblaze KeyID (Master Key) for backups # Backblaze KeyID (Master Key) for backups
B2_APPLICATION_KEY_ID="3239c6765fdc" B2_APPLICATION_KEY_ID="3239c6765fdc"

View File

@ -9,7 +9,7 @@
# Assumes all services are currently running # Assumes all services are currently running
. /federated/lib/functions.sh . /federated/lib/functions.sh
. /federated/bin/.env . /etc/federated
check_gluerecords() { check_gluerecords() {
echo -ne "\n* Checking glue records for $DOMAIN_NEW.." echo -ne "\n* Checking glue records for $DOMAIN_NEW.."