From b7885374bda109f057a4dd162980bbc3d8b9d925 Mon Sep 17 00:00:00 2001 From: Ringo Watanabe Date: Wed, 5 Sep 2018 08:23:17 +0100 Subject: [PATCH] added easy conf --- conf/board | 1 + conf/time | 1 + server-start.sh | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 conf/board create mode 100644 conf/time diff --git a/conf/board b/conf/board new file mode 100644 index 0000000..dd5724f --- /dev/null +++ b/conf/board @@ -0,0 +1 @@ +bant diff --git a/conf/time b/conf/time new file mode 100644 index 0000000..f599e28 --- /dev/null +++ b/conf/time @@ -0,0 +1 @@ +10 diff --git a/server-start.sh b/server-start.sh index d0c12a7..256f035 100755 --- a/server-start.sh +++ b/server-start.sh @@ -3,4 +3,4 @@ rm ./rtbw.sock rm ./buffer.dat -python3 rtbw.py --daemon rtbw.sock bant 10 +python3 rtbw.py --daemon rtbw.sock $(cat conf/board) $(cat conf/time)