mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 02:16:16 -04:00
Create a template of the settings file
This commit is contained in:
parent
fd4efc3b31
commit
280b4ab9c7
3 changed files with 9 additions and 2 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue