Skip to content

Commit

Permalink
build: add shebang to odkcentral entrypoint script
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Oct 20, 2023
1 parent ba1d995 commit c83a3b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions odkcentral/api/init-user-and-start.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

set -eo pipefail

# Wait for database to be available
Expand Down

0 comments on commit c83a3b3

Please sign in to comment.