Skip to content

Commit

Permalink
Use bash in systemd-entrypoint shebang (#4008)
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]>
  • Loading branch information
shdubsh authored Jul 26, 2022
1 parent efde8c5 commit b24b02f
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 b24b02f

Please sign in to comment.