Skip to content

Commit

Permalink
Add parameter to purge_and_exit call
Browse files Browse the repository at this point in the history
  • Loading branch information
pkiraly committed Aug 5, 2024
1 parent 8df162e commit 9f99d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ echo "SOLR HOST: ${SOLR_HOST}"
echo "CORE: ${CORE}"

if [[ "${DO_PURGE}" == "1" ]]; then
purge_and_exit
purge_and_exit ${CORE}
fi

if [[ "${SKIP_DELETE}" == "0" ]]; then
Expand Down

0 comments on commit 9f99d87

Please sign in to comment.