Remove settings.json.template_windows

Use settings.json.template
This commit is contained in:
Marcel Klehr 2012-06-29 16:28:05 +02:00
parent c0c820c760
commit d1dc0237d3
3 changed files with 2 additions and 50 deletions

View file

@ -32,7 +32,7 @@ del /S var\minified*
echo _
echo Setting up settings.json...
IF NOT EXIST settings.json copy settings.json.template_windows settings.json
IF NOT EXIST settings.json copy settings.json.template settings.json
echo _
echo Installed Etherpad-lite!