chadmayfield / my-pihole-blocklists

Create custom pi-hole blocklists
GNU General Public License v3.0
334 stars 72 forks source link

fix to error of line 60 that happen when archive_dir tree path doesn't exist #25

Closed souhaiebtar closed 4 years ago

souhaiebtar commented 4 years ago

Peace,

first thanks, when i tried to run the program, it through an error No such file or directory at ./create_blocklist_porn.pl line 60, it appear thatmkdironly create the last directory on thearchive_dirpath, i tried to make this change to fix that, also as i don't use perl, after installing the lib usingsudo perl -MCPAN ..., it installed properly, but when i tried to run the program, it through an error aboutArray::Utils, it appear that i needed to useexport PERL5LIB=m, that is way i added those line to theREADME.md` file

chadmayfield commented 4 years ago

Thanks!