1
0
mirror of https://github.com/opinkerfi/nagios-plugins.git synced 2026-02-05 14:45:19 +01:00

Fix masking of exit code

This commit is contained in:
Garðar Þorsteinsson
2020-09-11 11:09:40 +00:00
committed by GitHub
parent 3ad7f64f55
commit ea93f8126f

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -o pipefail
# Author: Jon Schipp # Author: Jon Schipp
# 2015-03-09 [Pascal Hegy] - Add sudo for linux # 2015-03-09 [Pascal Hegy] - Add sudo for linux