Skip to content
Snippets Groups Projects
Commit 3796b282 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-391: Fix typo in bootstrapping procedure

parent 95b23590
No related branches found
No related tags found
1 merge request!144L2SS-391: Add boot device
...@@ -158,7 +158,7 @@ bootstrap: pull build # first start, initialise from scratch ...@@ -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 elk-configure-host # configure host kernel for elk container
$(MAKE) start dsconfig # boot up containers to load configurations $(MAKE) start dsconfig # boot up containers to load configurations
sleep 5 # wait for dsconfig container to come up 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>) start: up ## start a service (usage: make start <servicename>)
if [ $(UNAME_S) = Linux ]; then touch ~/.Xauthority; chmod a+r ~/.Xauthority; fi if [ $(UNAME_S) = Linux ]; then touch ~/.Xauthority; chmod a+r ~/.Xauthority; fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment