Skip to content

Commit

Permalink
Fixed db-init.sh shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
Scaramax committed Nov 30, 2024
1 parent 68a4e74 commit f7314de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db-init.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/user/bin/env bash
#!/usr/bin/env bash

# First, we need to check if the database exists.
until pg_isready; do
Expand Down

0 comments on commit f7314de

Please sign in to comment.