1
0
mirror of synced 2026-01-18 00:42:31 +00:00

Normalize redundant FAIL test

This commit is contained in:
Axel Beckert 2013-01-17 21:07:34 +01:00
parent 61df2a6c51
commit b682ad1817

View File

@ -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' } ) )
{
#