Skip to content

Commit

Permalink
revert edits
Browse files Browse the repository at this point in the history
  • Loading branch information
enricofer committed Jun 20, 2024
1 parent a92728e commit 73e7b06
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions initdb.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/bash

rm /pgdata/readme.txt

psql -U ${POSTGRES_USER} <<-END
CREATE USER "${VERSION_ADMIN}" WITH PASSWORD '${VERSION_ADMIN_PASSWORD}';
CREATE USER "${VERSION_VIEWER}" WITH PASSWORD '${VERSION_VIEWER_PASSWORD}';
Expand Down

0 comments on commit 73e7b06

Please sign in to comment.