Skip to content

Commit

Permalink
fix(demo): add general error checks to OpenObserve start.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Szilard Parrag <szilard.parrag@axoflow.com>
  • Loading branch information
OverOrion committed Feb 5, 2024
1 parent a53ef05 commit ed504a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/demos/openobserve/start.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/usr/bin/env bash

set -euo pipefail

KIND_CLUSTER_NAME=${KIND_CLUSTER_NAME:-kind}

# Install OpenObserve
Expand Down

0 comments on commit ed504a4

Please sign in to comment.