Skip to content

Commit 8e1e208

Browse files
author
Justin McCarty
committed
Adding set -eo pipefail to start up script
1 parent 2157129 commit 8e1e208

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rootfs/opt/nsq/bin/start-nsqd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
set -eo pipefail
23

34
export MAX_READY_COUNT=${MAX_READY_COUNT:-10000}
45
export BEARER_TOKEN=/var/run/secrets/kubernetes.io/serviceaccount/token

0 commit comments

Comments
 (0)