When a directory can not be found the feedback output will always be [d] (not a directory).
This is minor as the check itself comes to the right conclusion: NOK. However, this should be solved as users will now have a much harder time to figure out what directory exactly is failing to correct it (sure they can figure it out by the chronology of the report.. but we should facilitate them where we can from a usability point of view).
@Sm0ke0ut do you have any idea's on this one (could it have something to do with the readlink function?
When a directory can not be found the feedback output will always be
[d] (not a directory).This is minor as the check itself comes to the right conclusion:
NOK. However, this should be solved as users will now have a much harder time to figure out what directory exactly is failing to correct it (sure they can figure it out by the chronology of the report.. but we should facilitate them where we can from a usability point of view).@Sm0ke0ut do you have any idea's on this one (could it have something to do with the
readlinkfunction?