puzzle/scripts/install

8 lines
142 B
Text
Raw Normal View History

2020-11-07 11:42:11 +01:00
#!/bin/sh
npm install
2020-11-07 12:21:38 +01:00
if [ ! -e "$RUN_DIR/server/config.js" ]; then
cp "$RUN_DIR/server/config.example.js" "$RUN_DIR/server/config.js"
fi