From 8340864fcc4b92ac8293044ef909632c142ca936 Mon Sep 17 00:00:00 2001 From: Gogs Date: Mon, 14 Aug 2017 05:40:56 +0000 Subject: [PATCH] CO - init script --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index 4c1df69..8f9e06f 100644 --- a/init.sh +++ b/init.sh @@ -30,7 +30,7 @@ start(){ sandbox/bin/python src/utils/agents/data-collector.py --path $PWD/config.json else - sandbox/bin/python src/api/index.py --path $PWD/config.json & + sandbox/bin/python src/api/index.py --path $PWD/config.json --context monitor & fi }