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(){