Skip to content

Commit ed59d56

Browse files
fix: veraison help in docker deployment
Signed-off-by: Thomas Fossati <[email protected]>
1 parent a0afe33 commit ed59d56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deployments/docker/veraison

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ function pocli() {
297297
}
298298

299299
function help() {
300+
set +e
300301
read -r -d '' usage <<-EOF
301302
Usage: veraison [-q] [-h] [-C] COMMAND [ARG...]
302303
@@ -366,6 +367,7 @@ function help() {
366367
367368
EOF
368369
echo "$usage"
370+
set -e
369371
}
370372

371373
function _get_container_state() {

0 commit comments

Comments
 (0)