From a5a8cb51e3bcaa403e6dfbdd828cbd554f1a62d1 Mon Sep 17 00:00:00 2001 From: Jakob Voss Date: Thu, 6 Feb 2025 12:27:50 +0100 Subject: [PATCH] Don't ignore errors in index script --- index | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/index b/index index c11894e9..f64e435a 100755 --- a/index +++ b/index @@ -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