added missing ;; to case

This commit is contained in:
Sameer Naik
2015-11-27 16:24:07 +05:30
parent c7bae0d677
commit 73be444cea
+1
View File
@@ -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
;;
*)