summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}