584151d Suppress error message if the CRL directory doesn't exist

1 file Authored by rcritten 3 years ago, Committed by frenaud 3 years ago,
    Suppress error message if the CRL directory doesn't exist
    
    If the CA fails to deploy then the CRL directory will not exist
    but will report an error that it has failed to be removed.
    There is no need to try to navigate a directory if it doesn't exist.
    
    Related: https://pagure.io/freeipa/issue/8565
    
    Signed-off-by: Rob Crittenden <rcritten@redhat.com>
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
    Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>