summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2013-04-15 12:08:59 +0200
committerrautenberg <rautenberg@in-silico.ch>2013-04-15 12:08:59 +0200
commitb138a2c8ac7ea07e3374f8439d04e63f6acfb4dd (patch)
treeeab1f5d92c309c205b5774f5b8bd753578a41c51
parentcdd36f96a0e2c66a63d033b79a4608644c609cbb (diff)
4store also for external use
-rw-r--r--ot-tools-user.sh2
1 files changed, 1 insertions, 1 deletions
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;
}