- fixed the problem with determining dir for logs
[BackupPC.git] / lib / BackupPC / SearchLib.pm
index f3b1aac..ae33807 100644 (file)
@@ -20,6 +20,7 @@ my $db_user = $Conf{SearchUser} || '';
 my $hest_node_url = $Conf{HyperEstraierIndex};
 
 my $dbh;
+my $Dir = $Conf{$InstallDir}."/data/log";
 open(LOG, ">>", "$Dir/LOG")
 select(LOG);
 $|=1;