72047b4098
Problem: - cd maldetect-* was failing because glob expansion doesn't work reliably in this context - Error: "Cannot find extracted directory" Solution: - Use find command to locate extracted directory explicitly - Store directory path in variable before cd - Add diagnostic output showing available directories on failure - More robust error handling with explicit directory checks