From da3dd7b90bac1b8b6d8c4607ac6d0018cfeb34ec Mon Sep 17 00:00:00 2001 From: Carine Dengler Date: Wed, 24 Jan 2024 15:21:23 +0100 Subject: [PATCH] chore: fix missing command in set up script --- scripts/run_docker.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/run_docker.sh b/scripts/run_docker.sh index d436485db..7904fbb18 100755 --- a/scripts/run_docker.sh +++ b/scripts/run_docker.sh @@ -118,6 +118,7 @@ add_proxies) init_dela; local_admin; sleep 8; # give backend time to restart + local_login; add_proxies; ;; esac