
22 Jan
2014
22 Jan
'14
4:09 p.m.
commit 046b4bc4569fddc846e549d8e5974fe50dfbfd4d Author: Karsten Loesing <karsten.loesing@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