mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
Remove useless set -o pipefail
This commit is contained in:
parent
fe097689f9
commit
13cb4192d9
1 changed files with 1 additions and 2 deletions
|
@ -88,8 +88,7 @@
|
||||||
is_multigraph "$@"
|
is_multigraph "$@"
|
||||||
|
|
||||||
# Shell options
|
# Shell options
|
||||||
set -o nounset
|
set -o nounset # Like perl use strict;
|
||||||
set -o pipefail
|
|
||||||
|
|
||||||
# Set environment variables
|
# Set environment variables
|
||||||
plugin_name=io
|
plugin_name=io
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue