From c45c6a8b2062a855038f0c004efc71fdf751682d Mon Sep 17 00:00:00 2001 From: root Date: Thu, 13 Jul 2023 20:15:24 +0000 Subject: [PATCH] New test --- bin/.env | 6 ------ bin/convertdomain | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) 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.."