Skip to content

Commit

Permalink
Remove unnecessary "exit" statements which stop running container
Browse files Browse the repository at this point in the history
  • Loading branch information
tdonohue committed Apr 22, 2024
1 parent c6f3298 commit 11158ae
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 11158ae

Please sign in to comment.