mirror of
https://github.com/pi-hole/pi-hole
synced 2025-04-05 02:45:50 +00:00
spelling mistake, added default lighttpd file
This commit is contained in:
parent
cb40158910
commit
362fe627c6
@ -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
|
||||
# these files, then the parent html folder can be removed.
|
||||
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
|
||||
rm -rf /var/www/html
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user