bug fix with bootup (urgh)

legacy
Steve L. Nyemba 5 years ago
parent b4ba32ad32
commit eaae8c1201

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

Loading…
Cancel
Save