diff --git a/create-resin-db.sh b/create-resin-db.sh index 02cbbdc..ceab7d7 100755 --- a/create-resin-db.sh +++ b/create-resin-db.sh @@ -1,5 +1,5 @@ #!/bin/bash -psql --username postgres <<-EOSQL +psql --username docker <<-EOSQL CREATE DATABASE resin; EOSQL