From 812a63a98039daaf75ffaf867bdf90cdd500d59a Mon Sep 17 00:00:00 2001 From: Kyle Burton Date: Fri, 18 Oct 2024 17:39:03 -0500 Subject: [PATCH] debug gen3_db_service_creds --- gen3/bin/db.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gen3/bin/db.sh b/gen3/bin/db.sh index 7dbd5be02..f9fcd742a 100644 --- a/gen3/bin/db.sh +++ b/gen3/bin/db.sh @@ -755,10 +755,7 @@ gen3_db_service_setup() { return 1 fi gen3_log_info "$service" - gen3_log_info "$service" - gen3_log_info "$service" - gen3_log_info "$service" - gen3_log_info "$service" + gen3_log_info "$(gen3_db_service_creds $service)" if gen3_db_service_creds "$service" > /dev/null 2>&1; then gen3_log_err "gen3_db_service_setup - db creds already exist for service $service" return 1