mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Fixed typo in startup script.
This commit is contained in:
parent
cfe23b57ff
commit
3e544f9e7c
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ do_start()
|
|||
echo "WriteLatex-Git Bridge started."
|
||||
echo "Config file at /etc/wlgb/config.json"
|
||||
echo "Log file at /var/log/wlgb/out.log"
|
||||
echo "Error file at /var/log/err.log"
|
||||
echo "Error file at /var/log/wlgb/err.log"
|
||||
echo
|
||||
return 0
|
||||
# Add code here, if necessary, that waits for the process to be ready
|
||||
|
|
Loading…
Reference in a new issue