diff --git a/bin/.env b/bin/.env index d9d7a5d..4972b01 100644 --- a/bin/.env +++ b/bin/.env @@ -10,12 +10,6 @@ COUNTRY="US" # Where to send welcome e-mail EMAIL="derek@federated.computer" -# Admin password -ADMINPASS="password123" - -# Listmonk password -LISTMONKPASS="password123" - # Backblaze KeyID (Master Key) for backups B2_APPLICATION_KEY_ID="3239c6765fdc" diff --git a/bin/convertdomain b/bin/convertdomain index 1d24cd7..4ef3384 100755 --- a/bin/convertdomain +++ b/bin/convertdomain @@ -9,7 +9,7 @@ # Assumes all services are currently running . /federated/lib/functions.sh -. /federated/bin/.env +. /etc/federated check_gluerecords() { echo -ne "\n* Checking glue records for $DOMAIN_NEW.."