mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge branch 'master' of github.com:sharelatex/sharelatex-docker-image
This commit is contained in:
commit
b1f7bc2f12
2 changed files with 3 additions and 1 deletions
2
server-ce/runit/errorlogs/run
Executable file
2
server-ce/runit/errorlogs/run
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
tail -F /var/log/sharelatex/*.log | grep '"level":50' >> /var/log/sharlatex-errors.log
|
|
@ -11,7 +11,7 @@ module.exports =
|
|||
}, {
|
||||
name: "document-updater",
|
||||
repo: "https://github.com/sharelatex/document-updater-sharelatex.git",
|
||||
version: "75c84e2"
|
||||
version: "master"
|
||||
}, {
|
||||
name: "clsi",
|
||||
repo: "https://github.com/sharelatex/clsi-sharelatex.git",
|
||||
|
|
Loading…
Reference in a new issue