mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Improve incorrect or unspecific output for "autoconf"
Some plugins emit wrongly formatted "no" messages or lack the "yes" message on success.
This commit is contained in:
parent
e4cd049b01
commit
2ec4e4c1f7
20 changed files with 68 additions and 99 deletions
|
@ -71,7 +71,7 @@ LASTSTREAM=${#STREAMS[*]}
|
|||
# --- check whether any stream found ---
|
||||
run_autoconf() {
|
||||
if (( $LASTSTREAM )) ; then echo yes ; exit 0 ; fi # found streams
|
||||
echo U ; exit 1 ; } # no radio or streams
|
||||
echo no ; exit 0 ; } # no radio or streams
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue