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