Skip to content

Commit

Permalink
Use bash in systemd-entrypoint shebang (#4008) (#4009)
Browse files Browse the repository at this point in the history
Uses a shell environment where `-o pipefail` is available.

Closes #4005

Signed-off-by: Cole White <[email protected]>
(cherry picked from commit b24b02f)

Co-authored-by: Cole White <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and shdubsh authored Jul 27, 2022
1 parent 4b7bf19 commit d44414e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash

# This wrapper script allows SystemD to feed a file containing a passphrase into
# the main OpenSearch startup script
Expand Down

0 comments on commit d44414e

Please sign in to comment.