19b1eb1 Use expanduser instead of HOME env var

Authored and Committed by cheimes 5 years ago
    Use expanduser instead of HOME env var
    
    The HOME directory may not be available in containers. It's also the
    wrong variable on some platforms. Use os.path.expanduser() instead of
    HOME.
    
    Fixes: https://pagure.io/freeipa/issue/7837
    Signed-off-by: Christian Heimes <cheimes@redhat.com>
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
    
        
file modified
+1 -1
file modified
+2 -1
file modified
+2 -8