From 3e544f9e7c3daa8b132193fa8ca3b5c033a80e05 Mon Sep 17 00:00:00 2001 From: Winston Li Date: Sat, 6 Dec 2014 00:50:16 +0000 Subject: [PATCH] Fixed typo in startup script. --- services/git-bridge/bin/wlgb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/git-bridge/bin/wlgb b/services/git-bridge/bin/wlgb index 3ff231bed7..812753afb2 100755 --- a/services/git-bridge/bin/wlgb +++ b/services/git-bridge/bin/wlgb @@ -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