Closed
Description
Versions
Pi-hole version is v5.17.2 (Latest: v5.17.2)
FTL version is v5.23 (Latest: v5.23)
Platform
- OS and version: Ubuntu 22.04 x86_64 (host and guest)
- Platform: LXC
Expected behavior
pihole -r
should allow me to reconfigure and add the web admin interface.
Actual behavior / bug
It simply fails.
[i] Installing Admin Web Interface
[i] Installing lighttpd
[i] Query Logging on.
[i] Using privacy level: 0
[i] Performing reconfiguration, skipping download of local repos
[✓] Resetting repository within /etc/.pihole...
Unable to reset /var/www/html/admin, exiting installer
There seems to be some assumption here about this path existing? /var/www
does not exist at all.
Steps to reproduce
Steps to reproduce the behavior:
- Install pihole with the bash script, do not install the web admin interface.
pihole -r
- Attempt to install the web admin interface.
- See error