DEN-16679: UI: the log rotation test script issue on treatment logs - The issue were in the pending folder exists in the treatment folder which then cause the du command to return two values which then cause calculation issue with a return value of "1 14871" which suppose to be only on value 14871. - the fix is to get the last output from du command which is always going to be the parent folder and that is the one we want.