2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-24 15:05:36 +00:00

correct the message

This commit is contained in:
immarvin
2014-06-09 06:52:07 -07:00
parent 5d479620a4
commit fbce828647

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.");
}
}