Skip to content

Commit

Permalink
Merge pull request DSpace#9492 from tdonohue/fix_loadsql_bug
Browse files Browse the repository at this point in the history
Remove unnecessary "exit" statements which stop running Postgres container
  • Loading branch information
tdonohue authored Apr 22, 2024
2 parents c6f3298 + 11158ae commit 10362d9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ then
rm /tmp/dspace-db-init.sql

touch $CHECKFILE
exit
fi

# If $LOCALSQL environment variable set, then simply run it in PostgreSQL
Expand All @@ -34,7 +33,6 @@ then
psql -U $POSTGRES_USER < ${LOCALSQL}

touch $CHECKFILE
exit
fi

# Then, setup pgcrypto on this database
Expand Down

0 comments on commit 10362d9

Please sign in to comment.