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

Use bash in the docker init shebang
pull/1353/head
TheFrenchGhosty 4 years ago committed by GitHub
commit 45fda595c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save