2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-15 19:01:44 +00:00

correct the message

This commit is contained in:
immarvin
2014-06-09 06:52:07 -07:00
parent 69e6dd69cf
commit 7beb515aa0

View File

@ -930,7 +930,7 @@ sub pgreboot
if($cmd !=0 )
{
xCAT::MsgUtils->message("E",
" $cmd failed. PostgreSQL will not restart on reboot.");
"enable service $cmd failed. PostgreSQL will not restart on reboot.");
}
}