fix start and stop scripts

This commit is contained in:
web 2020-12-31 07:21:58 +00:00
parent ab6a0c3d11
commit e0391b0cba
2 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,6 @@
#!/bin/bash
pip install treq
#pip install treq
BASE_DIR=$(dirname "$(readlink -f "$0")")
buildbot start .
buildbot start $BASE_DIR

View File

@ -1,3 +1,5 @@
#~/bin/bash
BASE_DIR=$(dirname "$(readlink -f "$0")")
buildbot stop $BASE_DIR
buildbot stop .