From 293d7b7e9334dd76cf7804bed53b20c6f64e05ac Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Mon, 26 Jan 2026 12:51:54 +0100 Subject: [PATCH] test --- Containers/postgresql/start.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Containers/postgresql/start.sh b/Containers/postgresql/start.sh index 551bb10e..163a2126 100644 --- a/Containers/postgresql/start.sh +++ b/Containers/postgresql/start.sh @@ -90,6 +90,8 @@ if ( [ -f "$DATADIR/PG_VERSION" ] && [ "$PG_MAJOR" != "$(cat "$DATADIR/PG_VERSIO sleep 5 done +# test + # Check if the line we grep for later on is there GREP_STRING='Name: oc_appconfig; Type: TABLE; Schema: public; Owner:' if ! grep -qa "$GREP_STRING" "$DUMP_FILE"; then