[ -n "$LOGFILE" ][ "$VERBOSE" == "True" ][ "$VERBOSE" != "True" ]; then
# Throw away stdout and stderr
exec 1>/dev/null 2>&1
fi
fi
}
[ -n "$LOGFILE" ][ "$VERBOSE" == "True" ][ "$VERBOSE" != "True" ]; then
# Throw away stdout and stderr
exec 1>/dev/null 2>&1
fi
fi
}