mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-12-01 02:23:21 +00:00
spelling mistake, added default lighttpd file
This commit is contained in:
parent
cb40158910
commit
362fe627c6
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ apt-get -y remove --purge lighttpd php5-common php5-cgi php5
|
||||||
# be removed. if the web directory is empty after removing
|
# be removed. if the web directory is empty after removing
|
||||||
# these files, then the parent html folder can be removed.
|
# these files, then the parent html folder can be removed.
|
||||||
rm -rf /var/www/html/admin
|
rm -rf /var/www/html/admin
|
||||||
rm -rf /var/www/html/pihold
|
rm -rf /var/www/html/pihole
|
||||||
|
rm /var/www/html/index.lighttpd.orig
|
||||||
if [ ! "$(ls -A /var/www/html)" ]; then
|
if [ ! "$(ls -A /var/www/html)" ]; then
|
||||||
rm -rf /var/www/html
|
rm -rf /var/www/html
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue