modify log file location

This commit is contained in:
litingt 2014-04-17 00:15:21 -07:00
parent 747d5cef6e
commit d5877d2db5

2
xCAT-server/share/xcat/tools/xCATreg Normal file → Executable file
View File

@ -617,7 +617,7 @@ sub trim {
sub send_msg {
my $msg = shift;
my $data = `date`;
open (LOGFILE, ">> xcatreg.lob");
open (LOGFILE, ">> /home/xcatreg.lob");
print LOGFILE "$data : $msg.\n";
close LOGFILE;
}