Skip to content

Commit

Permalink
Scripts: fix generate-belt-tension script execute mode to not fail on…
Browse files Browse the repository at this point in the history
… unbound variables
  • Loading branch information
miklschmidt committed Dec 20, 2024
1 parent e1a657e commit eec03f3
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 -e -u
set -e
SCRIPT_DIR=$( cd -- "$( dirname -- "$(realpath -- "${BASH_SOURCE[0]}")" )" &> /dev/null && pwd )

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

0 comments on commit eec03f3

Please sign in to comment.