2839040 Replace rm -rf with rm -r

Authored and Committed by gotmax23 2 years ago
1 file changed. 6 lines added. 9 lines removed.
    Replace rm -rf with rm -r
    
    This will cause the command to fail if the files being removed don't
    actually exist. This prevents us from leaving in useless commands.
    
        
file modified
+6 -9