[tor-commits] [metrics-web/master] Update command to start Rserve.

karsten at torproject.org karsten at torproject.org
Wed Jan 22 16:09:29 UTC 2014


commit 046b4bc4569fddc846e549d8e5974fe50dfbfd4d
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Wed Jan 22 13:18:49 2014 +0100

    Update command to start Rserve.
    
    This command was already fixed on the server, but not in the code
    repository.
---
 website/rserve/start.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/rserve/start.sh b/website/rserve/start.sh
index 0979817..f353885 100755
--- a/website/rserve/start.sh
+++ b/website/rserve/start.sh
@@ -1,3 +1,3 @@
 #!/bin/sh
 dir=`pwd`
-R CMD /home/metrics/R/x86_64-pc-linux-gnu-library/2.11/Rserve/libs/Rserve-bin.so --no-save --RS-conf $dir/Rserv.conf >> rserve.log 2>&1
+R CMD Rserve --no-save --RS-conf $dir/Rserv.conf >> rserve.log 2>&1





More information about the tor-commits mailing list