Revert "Add a readability check to that file"

This reverts commit dc4b522ef5.
This commit is contained in:
Salt 2021-12-09 16:45:02 -06:00
parent dd66a4c03d
commit e7c70934f6
1 changed files with 0 additions and 3 deletions

View File

@ -150,9 +150,6 @@ main() {
if [ -z "${_args[0]}" ]; then
error "Must specify a file" 50
fi
if ! [ -r "${_args[0]}" ]; then
error "File is unreadable: ${_args[0]}" 50
fi
if ! (( _optcritthresh > 0 )) 2>/dev/null; then
error "Critical threshold must be an integer greater than 0" 50
fi