Use bash in the shebang

pull/1346/head
resttime 2020-08-19 13:36:35 -05:00
rodzic 2ce82f3da5
commit ccbbe81141
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