Skip to content

Commit

Permalink
change dev entrypoint.sh to the intended one
Browse files Browse the repository at this point in the history
  • Loading branch information
kamirr committed Jun 26, 2023
1 parent 52f50ec commit 29212ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

echo "/usr/bin/outbound-bench --addr $1 --port-echo $2 --port-sink $3 --port-iperf $4 --mib-per-sec $5 --requests-count $6 --stages $7" > /golem/output/output.json
/usr/bin/outbound-bench --addr $1 --port-echo $2 --port-sink $3 --port-iperf $4 --mib-per-sec $5 --requests-count $6 --stages $7 > /golem/output/output.json

0 comments on commit 29212ee

Please sign in to comment.