diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2024-10-25 10:02:14 (GMT) |
---|---|---|
committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2024-10-25 10:02:14 (GMT) |
commit | 903773eb9c3cc2079187dc99c7b48662148ff679 (patch) | |
tree | 2ba8813b47203e6b7c554435e3f32de97e54f5d0 /.github/prepare_debian.sh | |
parent | c7de721c4fb575e4f73e7f6f928dcad81cf269a0 (diff) | |
download | monitoring-plugins-903773eb9c3cc2079187dc99c7b48662148ff679.tar.gz |
Add sanity options to test prepare scripts
Diffstat (limited to '.github/prepare_debian.sh')
-rwxr-xr-x | .github/prepare_debian.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/prepare_debian.sh b/.github/prepare_debian.sh index 3f4674a..c38d241 100755 --- a/.github/prepare_debian.sh +++ b/.github/prepare_debian.sh | |||
@@ -1,7 +1,7 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | 2 | ||
3 | set -x | 3 | set -x |
4 | set -e | 4 | set -euo pipefail |
5 | 5 | ||
6 | export DEBIAN_FRONTEND=noninteractive | 6 | export DEBIAN_FRONTEND=noninteractive |
7 | 7 | ||