Skip to content

Commit

Permalink
Scripts: remove set -e from generate-belt-tension-graph for now. Need…
Browse files Browse the repository at this point in the history
…s more debugging.
  • Loading branch information
miklschmidt committed Dec 21, 2024
1 parent 088f3d8 commit 6c6ba15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration/scripts/generate-belt-tension-graph.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -eo pipefail

SCRIPT_DIR=$( cd -- "$( dirname -- "$(realpath -- "${BASH_SOURCE[0]}")" )" &> /dev/null && pwd )

# shellcheck source=./configuration/scripts/ratos-common.sh
Expand Down

0 comments on commit 6c6ba15

Please sign in to comment.