anudeepND / whitelist

A simple tool to add commonly white listed domains to your Pi-Hole setup.
MIT License
4.22k stars 282 forks source link

"Python3" needed before directory of whitelist.sh #160

Closed d0wn2 closed 4 years ago

d0wn2 commented 4 years ago

Line 117 gives an error when run. Putting "python3" in-between "sudo" and "whitelist/scripts/whitelist.py" fixes the issue. Not sure if line 112 would be able to successfully execute due to this same issue.

anudeepND commented 4 years ago

@Down200 Thanks for reporting. I also changed the permission of both the files to make them executable in b25ac3665de5a61f768425b46f4d38ad4b9f5bb0

d0wn2 commented 4 years ago

Thanks! This fixed the issue!