mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-25 00:30:29 +00:00
Make full path to directory for pihole web page.
This commit is contained in:
parent
5b43f13935
commit
91bcc18e6a
2 changed files with 36 additions and 1 deletions
|
@ -815,7 +815,7 @@ installPiholeWeb() {
|
|||
fi
|
||||
|
||||
else
|
||||
mkdir /var/www/html/pihole
|
||||
mkdir -p /var/www/html/pihole
|
||||
if [ -f /var/www/html/index.lighttpd.html ]; then
|
||||
mv /var/www/html/index.lighttpd.html /var/www/html/index.lighttpd.orig
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue