Use unused variable

This commit is contained in:
Alex Povel 2021-03-29 16:46:45 +02:00
parent fa070af0ec
commit 571afc1b5d
1 changed files with 1 additions and 1 deletions

View File

@ -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