Merge pull request #1346 from resttime/fix-docker-init

Use bash in the docker init shebang
This commit is contained in:
TheFrenchGhosty 2020-08-21 12:52:15 +00:00 committed by GitHub
commit 45fda595c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
set -eou pipefail set -eou pipefail
psql -v ON_ERROR_STOP=1 --username "$POSTGRES_USER" --dbname "$POSTGRES_DB" <<-EOSQL psql -v ON_ERROR_STOP=1 --username "$POSTGRES_USER" --dbname "$POSTGRES_DB" <<-EOSQL