PiPass / blockpage

A temporary unblock solution and blockpage for your Pi-Hole system
BSD 3-Clause "New" or "Revised" License
196 stars 14 forks source link

semicolon added to uninstall.php #24

Closed plankobostjan closed 5 years ago

plankobostjan commented 5 years ago

resolves #23

JoeSchubert commented 5 years ago

If you change this line

exec("cd /var/www/html && sudo rm -rf index.php config.php setup blockpage");

To

exec("cd /var/www/html && sudo rm -rf index.php config.php README.md setup blockpage .git");

It should resolve your other two issues in the referenced issue ticket.

roenw commented 5 years ago

Didn’t see your PR, sorry. I’d recommend doing what @yoinx suggested.

plankobostjan commented 5 years ago

Oh, stupid me. I didn't realize I can do that. Thanks for the suggestion @yoinx

Now it works...