Skip to content

Commit

Permalink
Make script more robust
Browse files Browse the repository at this point in the history
  • Loading branch information
stormshield-damiend committed Sep 6, 2023
1 parent ac8fef7 commit 970fb58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion perf/docker/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/env -S bash -eu

CURDIR=$(pwd)

Expand Down
2 changes: 1 addition & 1 deletion perf/docker/run-client.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/env -S bash -eu

SERVICE=client
PERF_CLIENT_ARGS="--keylog --duration 5 172.42.0.2:4433"
Expand Down
2 changes: 1 addition & 1 deletion perf/docker/run-server.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/env -S bash -eu

SERVICE=server
PERF_SERVER_ARGS="--keylog --listen 172.42.0.2:4433"
Expand Down

0 comments on commit 970fb58

Please sign in to comment.