aboutsummaryrefslogtreecommitdiff
path: root/playground/server.sh
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2022-03-28 00:03:31 +0200
committerbozo.kopic <bozo@kopic.xyz>2022-03-28 00:03:31 +0200
commitb8a61f60a0aa115141987f461658666ccbfd2034 (patch)
tree071d7c265be7e1ef72d1b9057c8bf443ea545e2e /playground/server.sh
parent1d56c732965cad4c8eb06ed5638f7ecdea88f290 (diff)
rename hatter to boxhatter
Diffstat (limited to 'playground/server.sh')
-rwxr-xr-xplayground/server.sh4
1 files changed, 2 insertions, 2 deletions
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 \
"$@"