mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
tidy up output
This commit is contained in:
parent
324d4433c3
commit
5b0927ca4b
1 changed files with 3 additions and 1 deletions
|
@ -880,10 +880,12 @@ installPiholeWeb() {
|
|||
echo " done!"
|
||||
fi
|
||||
|
||||
echo -n "::: Backing up default lighttpd index page..."
|
||||
if [ -f /var/www/html/index.lighttpd.html ]; then
|
||||
mv /var/www/html/index.lighttpd.html /var/www/html/index.lighttpd.orig
|
||||
echo " done!"
|
||||
else
|
||||
printf "\n:::\tNo default index.lighttpd.html file found... not backing up"
|
||||
echo " No default index.lighttpd.html file found... not backing up"
|
||||
fi
|
||||
|
||||
# Install Sudoer file
|
||||
|
|
Loading…
Reference in a new issue