mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Fixed wrong indentation
This commit is contained in:
parent
bb28d94884
commit
bc8cf1b2d8
1 changed files with 1 additions and 1 deletions
|
@ -799,7 +799,7 @@ installPiholeWeb() {
|
|||
mkdir /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
|
||||
else
|
||||
printf "\n:::\tNo default index.lighttpd.html file found... not backing up"
|
||||
fi
|
||||
cp /etc/.pihole/advanced/index.* /var/www/html/pihole/.
|
||||
|
|
Loading…
Reference in a new issue