biemond-oradb icon indicating copy to clipboard operation
biemond-oradb copied to clipboard

if ( $csi_number != undef and support_id != undef )

Open pmpetit opened this issue 6 years ago • 0 comments

in opatchupgrade.pp line 104

if ( $csi_number != undef and support_id != undef ) {

should we write if ( $csi_number != undef and $support_id != undef ) {

instead ?

thanks

pmpetit avatar Apr 16 '18 15:04 pmpetit