Compare commits
2 commits
f6cbb1583d
...
393d46fa54
Author | SHA1 | Date | |
---|---|---|---|
393d46fa54 | |||
c7adbaa30d |
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ function check_container() {
|
||||||
status="UNKNOWN - No check plugin available"
|
status="UNKNOWN - No check plugin available"
|
||||||
ex=3
|
ex=3
|
||||||
fi
|
fi
|
||||||
echo -e "$status" > "$output_file"
|
echo "$status" > "$output_file"
|
||||||
return $ex
|
return $ex
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue