From 3796b282597744008c914ce09082ee251a787aaa Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Tue, 12 Oct 2021 11:47:27 +0000 Subject: [PATCH] L2SS-391: Fix typo in bootstrapping procedure --- docker-compose/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose/Makefile b/docker-compose/Makefile index 29b53c310..81e5e4a85 100644 --- a/docker-compose/Makefile +++ b/docker-compose/Makefile @@ -158,7 +158,7 @@ bootstrap: pull build # first start, initialise from scratch $(MAKE) start elk-configure-host # configure host kernel for elk container $(MAKE) start dsconfig # boot up containers to load configurations sleep 5 # wait for dsconfig container to come up - ../sbin/update_ConfigDb.sh ../CDB/LOFAR-ConfigDb.sh # load default configuration + ../sbin/update_ConfigDb.sh ../CDB/LOFAR_ConfigDb.json # load default configuration start: up ## start a service (usage: make start <servicename>) if [ $(UNAME_S) = Linux ]; then touch ~/.Xauthority; chmod a+r ~/.Xauthority; fi -- GitLab