From eaae8c1201ec1b887d95babf02d744475427721e Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Sat, 18 Jan 2020 16:34:22 -0600 Subject: [PATCH] bug fix with bootup (urgh) --- src/init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/init.sh b/src/init.sh index 2f7e9e2..cf3f654 100755 --- a/src/init.sh +++ b/src/init.sh @@ -11,7 +11,7 @@ install(){ } start(){ - python3 api/index.py --path $PWD/config.json --port 8084 --context store & > log + python3 api/index.py --path $PWD/config.json --port 8084 --context $STORE_CONTEXT & > log } stop(){