forked from midou/invidious
Merge pull request #1346 from resttime/fix-docker-init
Use bash in the docker init shebang
This commit is contained in:
commit
45fda595c3
@ -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…
Reference in New Issue
Block a user