add readme and change some scripts

This commit is contained in:
Zutatensuppe 2021-05-22 13:19:39 +02:00
parent 239c879649
commit 6474c2fd8c
15 changed files with 265 additions and 231 deletions

View file

@ -2,6 +2,6 @@
npm install
if [ ! -e "$RUN_DIR/server/config.js" ]; then
cp "$RUN_DIR/server/config.example.js" "$RUN_DIR/server/config.js"
if [ ! -e "$RUN_DIR/config.json" ]; then
cp "$RUN_DIR/config.example.json" "$RUN_DIR/config.json"
fi