From b138a2c8ac7ea07e3374f8439d04e63f6acfb4dd Mon Sep 17 00:00:00 2001 From: rautenberg Date: Mon, 15 Apr 2013 12:08:59 +0200 Subject: 4store also for external use --- ot-tools-user.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ot-tools-user.sh b/ot-tools-user.sh index e4875e8..8fa4096 100644 --- a/ot-tools-user.sh +++ b/ot-tools-user.sh @@ -28,7 +28,7 @@ start_unicorn() { start_4s() { nice bash -c "nohup $OT_PREFIX/4S/bin/4s-backend $1 >/dev/null 2>&1 &"; sleep 4; - nice bash -c "nohup $OT_PREFIX/4S/bin/4s-httpd -H localhost -p $2 -s -1 $1 >/dev/null 2>&1 &"; #-D for testing + nice bash -c "nohup $OT_PREFIX/4S/bin/4s-httpd -p $2 -s -1 $1 >/dev/null 2>&1 &"; #-D for testing sleep 1; } -- cgit v1.2.3