seppzer0 / zero_kernel

Advanced Android kernel builder with Kali NetHunter support.
GNU General Public License v3.0
23 stars 7 forks source link

fix: check if a dir is a dir instead of a file #1

Closed JGodin-C2C closed 1 year ago

JGodin-C2C commented 1 year ago

Correct a condition: check if the directory actually exists instead of a file

seppzer0 commented 1 year ago

Good catch.