Use unused variable
This commit is contained in:
parent
fa070af0ec
commit
571afc1b5d
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ while IFS='\n' read -r line; do
|
|||
name="$(get_element 3 "${line}")"
|
||||
host="$(get_element 4 "${line}")"
|
||||
check "${ctype}" "${host}" "${name}" "${code}" &
|
||||
done < "${1:-checks.list}"
|
||||
done < "${1:-$checkfile}"
|
||||
wait
|
||||
|
||||
cat << EOF
|
||||
|
|
Loading…
Reference in a new issue