mirror of
https://github.com/bitnami/containers.git
synced 2026-03-11 16:07:50 +08:00
call print_app_credentials irrespective of POSTGRESQL_REPLICATION_MODE
This commit is contained in:
@@ -27,9 +27,7 @@ if [ ! -f $BITNAMI_APP_VOL_PREFIX/data/PG_VERSION ]; then
|
||||
|
||||
create_replication_user
|
||||
|
||||
if [ "$POSTGRESQL_REPLICATION_MODE" != "slave" ]; then
|
||||
print_app_credentials $BITNAMI_APP_NAME $POSTGRESQL_USER `print_postgresql_password` `print_postgresql_database`
|
||||
fi
|
||||
print_app_credentials $BITNAMI_APP_NAME $POSTGRESQL_USER `print_postgresql_password` `print_postgresql_database`
|
||||
else
|
||||
print_container_already_initialized $BITNAMI_APP_NAME
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user