diff options
author | Peter 'Pita' Martischka <petermartischka@googlemail.com> | 2011-06-02 12:15:02 +0100 |
---|---|---|
committer | Peter 'Pita' Martischka <petermartischka@googlemail.com> | 2011-06-02 12:15:02 +0100 |
commit | 280b4ab9c7f44dcaf5fa776dd900138e4ac08609 (patch) | |
tree | 3e9681dbda5f785704da6e1a792e849239bba364 /bin | |
parent | fd4efc3b3162f98c6fc0a157f07aacc481b197c0 (diff) | |
download | etherpad-lite-280b4ab9c7f44dcaf5fa776dd900138e4ac08609.zip |
Create a template of the settings file
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/run.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |