From 666826cf9c582d5e4944213945ccd2669b7f0766 Mon Sep 17 00:00:00 2001 From: VladYoSlav Date: Tue, 29 Oct 2024 13:48:52 +0300 Subject: [PATCH] fix(flower): auth --- scripts/flower.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/flower.sh b/scripts/flower.sh index 81c97cc..6da0f18 100644 --- a/scripts/flower.sh +++ b/scripts/flower.sh @@ -16,5 +16,5 @@ done celery \ --app=internal.infrastructure.background_task.celery \ flower \ - --port=5555 - --basic-auth=${FLOWER_USER}:${FLOWER_PASSWORD} \ No newline at end of file + --port=5555 \ + --basic_auth=$FLOWER_USER:$FLOWER_PASSWORD \ No newline at end of file