This commit is contained in:
Simon L. 2026-01-26 12:51:54 +01:00
parent ebe3d7ee83
commit 293d7b7e93

View file

@ -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