summaryrefslogtreecommitdiff
path: root/bin/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/run.sh')
-rwxr-xr-xbin/run.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/run.sh b/bin/run.sh
index c72be42f..1f28ab5f 100755
--- a/bin/run.sh
+++ b/bin/run.sh
@@ -19,5 +19,9 @@ if [ -d "../bin" ]; then
cd "../"
fi
+if [ ! -f "settings.json" ]; then
+ cp settings.json.template settings.json
+fi
+
cd "node"
node server.js