Skip to content

Commit

Permalink
Don't ignore errors in index script
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtich committed Feb 6, 2025
1 parent d9a9260 commit a5a8cb5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#!/usr/bin/env bash
#####
# Run Solr related tasks (index, get status information, purge a collection)
#
#
set -ueo pipefail

. ./common-variables
PORT=8983
Expand Down

0 comments on commit a5a8cb5

Please sign in to comment.