Fix typo and gitignore

pull/86/head
Rizky Maulana Nugraha 2017-12-15 19:33:52 +07:00
rodzic 1b7571a757
commit bedd65edd7
2 zmienionych plików z 2 dodań i 1 usunięć

1
.gitignore vendored
Wyświetl plik

@ -1,4 +1,5 @@
.idea
*.*~
*/replication/pg-*
*/replication/docker-compose.override.yml
.DS_Store

Wyświetl plik

@ -53,7 +53,7 @@ fi
# Compatibility with official postgres variable
# Official postgres variable gets priority
if [ ! -z "$POSTGRES_PASSWORD" ]; then
POSTGRES_PASS=$POSTGRESS_PASSWORD
POSTGRES_PASS=$POSTGRES_PASSWORD
fi
if [ ! -z "$PGDATA" ]; then
DATADIR=$PGDATA