Use of uninitialized value in numeric eq (==) at /opt/xcat/lib/perl/xCAT/Utils.pm---- fixed this defect
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6105 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
0800cf6a39
commit
a1e07e2370
@ -5773,7 +5773,7 @@ sub setupAIXconserver
|
||||
else
|
||||
{
|
||||
$msg = "ln -sf /opt/freeware/sbin/conserver /usr/sbin/conserver.";
|
||||
if( $verbose == 1) {
|
||||
if( $verbose ) {
|
||||
xCAT::MsgUtils->message("I", $msg);
|
||||
}
|
||||
}
|
||||
@ -5793,7 +5793,7 @@ sub setupAIXconserver
|
||||
{
|
||||
|
||||
$msg = "ln -sf /opt/freeware/bin/console /usr/sbin/console.";
|
||||
if( $verbose == 1) {
|
||||
if( $verbose ) {
|
||||
xCAT::MsgUtils->message("I", $msg);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user