summaryrefslogtreecommitdiffstats
path: root/docker/nfvbench-entrypoint.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docker/nfvbench-entrypoint.sh')
-rwxr-xr-xdocker/nfvbench-entrypoint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/nfvbench-entrypoint.sh b/docker/nfvbench-entrypoint.sh
index ed98ced..a7195a3 100755
--- a/docker/nfvbench-entrypoint.sh
+++ b/docker/nfvbench-entrypoint.sh
@@ -17,7 +17,7 @@
if [ -z "$1" ] || [ $1 != 'start_rest_server' ]; then
tail -f /dev/null
else
- PARAMS="--server /tmp/http_root"
+ PARAMS="--server"
if [ -n "$HOST" ]; then
PARAMS+=" --host $HOST"
fi