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

Need Help: blockpage #54

Closed adrummer354 closed 5 years ago

adrummer354 commented 5 years ago

Topic General area of PiPass: Update

What have you already tried? Ran initial installer from original version and tried to update it to 1.35 after reading this thread:

https://www.reddit.com/r/pihole/comments/btp3zg/pipass_a_temporary_unblock_and_blockpage_solution/

1) changed directory to /var/www/html/pihole

Ran the following command: sudo rm -r blockpage && sudo rm index.php config.php

got the following output: rm: cannot remove 'blockpage': No such file or directory

There is a blockingpage.css in that location and also an index.php

Additional context None

Relevant logs or images Paste outputs of commands or logfiles here. For example, the output of the PiPass installer.

ghost commented 5 years ago

Read the output. It tells you what the error is... sudo rm -r blockpage.css && sudo rm index.php config.php

You never added the .css extension in.

roenw commented 5 years ago

Are you trying to update or remove PiPass? There is no “blockingpage.css” file part of PiPass as we only use inline styles.

On Sat, Sep 14, 2019 at 3:29 AM, adrummer354 notifications@github.com wrote:

Topic General area of PiPass: Update

What have you already tried? Ran initial installer from original version and tried to update it to 1.35 after reading this thread:

https://www.reddit.com/r/pihole/comments/btp3zg/pipass_a_temporary_unblock_and_blockpage_solution/

  • changed directory to /var/www/html/pihole

Ran the following command: sudo rm -r blockpage && sudo rm index.php config.php

got the following output: rm: cannot remove 'blockpage': No such file or directory

There is a blockingpage.css in that location and also an index.php

Additional context None

Relevant logs or images Paste outputs of commands or logfiles here. For example, the output of the PiPass installer.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

ghost commented 5 years ago

Are you trying to update or remove PiPass? There is no “blockingpage.css” file part of PiPass as we only use inline styles.

I made a false claim in my previous response.. my fault on that.. I think the OP is talking about pihole.

pi@pihole:~ $ ls /var/www/html/pihole/ | grep 'blockingpage.css' blockingpage.css

roenw commented 5 years ago

Feel free to reopen the issue if this is still a problem