mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-23 19:04:14 +00:00
Fix typo in error log filename
This commit is contained in:
parent
1a9aab3516
commit
041c73221a
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
tail -F /var/log/sharelatex/*.log | grep '"level":50' >> /var/log/sharlatex-errors.log
|
||||
tail -F /var/log/sharelatex/*.log | grep '"level":50' >> /var/log/sharelatex-errors.log
|
||||
|
|
Loading…
Reference in a new issue