From afbca7fa9ef6d2e4286714c2dc6b58cff0698e9b Mon Sep 17 00:00:00 2001 From: janw Date: Mon, 31 Mar 2008 10:13:09 +0000 Subject: [PATCH] Fixed Filename. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10082 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-si/gosa-si-client | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-si/gosa-si-client b/gosa-si/gosa-si-client index ff728f2ac..55c31b425 100755 --- a/gosa-si/gosa-si-client +++ b/gosa-si/gosa-si-client @@ -1092,7 +1092,7 @@ sub _start { # ErrorEvent => "file_error", # ); $heap->{tail} = POE::Wheel::Run->new( - Program => [ "/usr/bin/tail", "-f", $file_name ], + Program => [ "/usr/bin/tail", "-f", $file ], StdoutEvent => $file_name."_record", ); #$heap->{services}->{ $file_watcher->ID } = $file_name; -- 2.30.2