diff options
Diffstat (limited to 'playground')
| -rwxr-xr-x | playground/execute.sh | 2 | ||||
| -rwxr-xr-x | playground/server.sh | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/playground/execute.sh b/playground/execute.sh index 0325904..879b987 100755 --- a/playground/execute.sh +++ b/playground/execute.sh @@ -2,5 +2,5 @@ . $(dirname -- "$0")/env.sh -exec $PYTHON -m hatter execute \ +exec $PYTHON -m boxhatter execute \ "$@" diff --git a/playground/server.sh b/playground/server.sh index 567ff81..3002f3d 100755 --- a/playground/server.sh +++ b/playground/server.sh @@ -2,7 +2,7 @@ . $(dirname -- "$0")/env.sh -exec $PYTHON -m hatter server \ +exec $PYTHON -m boxhatter server \ --conf $RUN_PATH/server.yaml \ - --db $DATA_PATH/hatter.db \ + --db $DATA_PATH/boxhatter.db \ "$@" |
