mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-04 04:56:52 +00:00
test
This commit is contained in:
parent
ebe3d7ee83
commit
293d7b7e93
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue