From 73be444cea972522a8ccb648f666d96e2cfa7976 Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Fri, 27 Nov 2015 16:24:07 +0530 Subject: [PATCH] added missing `;;` to case --- runtime/functions | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/functions b/runtime/functions index 42b8157..52c62df 100755 --- a/runtime/functions +++ b/runtime/functions @@ -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 ;; *)