modify log file location
This commit is contained in:
parent
747d5cef6e
commit
d5877d2db5
2
xCAT-server/share/xcat/tools/xCATreg
Normal file → Executable file
2
xCAT-server/share/xcat/tools/xCATreg
Normal file → Executable 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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user