puzzle/scripts/install
2021-05-22 13:19:39 +02:00

7 lines
127 B
Bash
Executable file

#!/bin/sh
npm install
if [ ! -e "$RUN_DIR/config.json" ]; then
cp "$RUN_DIR/config.example.json" "$RUN_DIR/config.json"
fi