From 7402b592c76859ead4315277a07aedc57dcdc63f Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Thu, 14 Oct 2021 07:50:21 +0200
Subject: [PATCH] L2SS-358: Fix path to simulators config

---
 docker-compose/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker-compose/Makefile b/docker-compose/Makefile
index 0da99b496..649e63518 100644
--- a/docker-compose/Makefile
+++ b/docker-compose/Makefile
@@ -159,7 +159,7 @@ bootstrap: pull build # first start, initialise from scratch
 	$(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.json # load default configuration
-	../sbin/update_ConfigDb.sh ../CDB/simulators_ConfigDb.json # by default, use simulators
+	../sbin/update_ConfigDb.sh ../CDB/stations/simulators_ConfigDb.json # by default, use simulators
 
 start: up ## start a service (usage: make start <servicename>)
 	if [ $(UNAME_S) = Linux ]; then touch ~/.Xauthority; chmod a+r ~/.Xauthority; fi
-- 
GitLab