From 78baaf3f59795fbc329ae269e41941edd979378d Mon Sep 17 00:00:00 2001 From: Marcial Rosales Date: Mon, 21 Oct 2024 15:23:35 +0200 Subject: [PATCH] Fix list of conf files --- bin/deploy-rabbit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/deploy-rabbit b/bin/deploy-rabbit index 0a2d302..a74bef6 100755 --- a/bin/deploy-rabbit +++ b/bin/deploy-rabbit @@ -15,7 +15,7 @@ RABBITMQ_CONF=${RABBITMQ_CONF:-rabbitmq.conf} if [[ "${MODE}" == "uaa" ]]; then if [[ -z "${CONF_FILES}" ]]; then - CONF_FILES="rabbitmq.conf,oauth2-only.conf" + CONF_FILES="rabbitmq,oauth2-only" fi fi