fix message part of defect 3718

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@17030 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2013-07-26 13:32:39 +00:00
parent 581631e87d
commit d9415d6871

View File

@ -194,7 +194,7 @@ sub makescript {
unless ( -r "$tmpl") {
my $rsp;
$rsp->{data}->[0]= "site.precreatemypostscripts is set to 1 or yes. No mypostscript template exists in directory /install/postscripts or $::XCATROOT/share/xcat/templates/mypostscript/mypostscript.tmpl.\n";
$rsp->{data}->[0]= "No mypostscript template exists in directory /install/postscripts or $::XCATROOT/share/xcat/templates/mypostscript/mypostscript.tmpl.\n";
xCAT::MsgUtils->message("SE", $rsp, $callback,1);
return ;
}