Remove unnecessary test

This commit is contained in:
Sara Dickinson 2016-12-09 17:03:36 +00:00
parent 7567869f2c
commit 5d8894495a
1 changed files with 0 additions and 2 deletions

View File

@ -62,8 +62,6 @@ check_good () {
fi
if [[ $result_ok == 1 ]] ; then
trans_ok=$(check_trans "$1" "$2")
fi
if [[ $result_ok == 1 ]] ; then
auth_ok=$(check_auth "$1" "$3")
fi
if [[ $result_ok == 1 ]] && [[ $auth_ok == 1 ]] && [[ $trans_ok == 1 ]]; then