mirror of
https://github.com/wassname/docker-postgresql.git
synced 2026-06-27 22:37:09 +08:00
added missing ;; to case
This commit is contained in:
@@ -176,6 +176,7 @@ initialize_database() {
|
||||
echo "Generating a snapshot data on $REPLICATION_HOST..."
|
||||
exec_as_postgres PGPASSWORD=$REPLICATION_PASS ${PG_BINDIR}/pg_basebackup -D ${PG_DATADIR} \
|
||||
-h ${REPLICATION_HOST} -p ${REPLICATION_PORT} -U ${REPLICATION_USER} -X fetch -w >/dev/null
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user