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

Use bash in the docker init shebang
pull/1353/head
TheFrenchGhosty 2020-08-21 12:52:15 +00:00 zatwierdzone przez GitHub
commit 45fda595c3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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