From 98a4d9c2d5c0d9c5283245c096e7f852164b1846 Mon Sep 17 00:00:00 2001 From: Daniel Nichter Date: Tue, 9 Apr 2013 11:34:02 -0600 Subject: [PATCH] Fix typo in run_service(): write data to --spool/.tmp/. --- bin/pt-agent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pt-agent b/bin/pt-agent index 242114ae..c60dc8f9 100755 --- a/bin/pt-agent +++ b/bin/pt-agent @@ -5893,7 +5893,7 @@ sub run_service { my @output_files; my $data_file = $service->name . '.' . int(time); - my $tmp_data_file = "$data_dir/$data_file"; + my $tmp_data_file = "$tmp_dir/$data_file"; my $have_data_file = 0; my $taskno = 0; TASK: