From: janw Date: Mon, 31 Mar 2008 10:13:09 +0000 (+0000) Subject: Fixed Filename. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=afbca7fa9ef6d2e4286714c2dc6b58cff0698e9b;p=gosa.git Fixed Filename. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10082 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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;