Normalize redundant FAIL test
This commit is contained in:
parent
61df2a6c51
commit
b682ad1817
@ -4188,7 +4188,7 @@ sub END
|
||||
# $CONFIG{'FAIL'} = 0 - Success
|
||||
# $CONFIG{'FAIL'} = 1 - Failed to install, delete the image
|
||||
# $CONFIG{'FAIL'} = 2 - Files exist, either .cfg or lvm... etc
|
||||
if ( ($CONFIG{'FAIL'} == 1 or $CONFIG{'FAIL'} == 1) && ( !$CONFIG{ 'keep' } ) )
|
||||
if ( $CONFIG{'FAIL'} == 1 && ( !$CONFIG{ 'keep' } ) )
|
||||
{
|
||||
|
||||
#
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user