mirror of
https://github.com/moparisthebest/pi-hole
synced 2024-11-13 12:55:05 -05:00
Log file is automatically generated by dnsmasq, no need to create.
This commit is contained in:
parent
5441591409
commit
d2b260fc1e
@ -237,11 +237,6 @@ sudo mv /etc/crontab /etc/crontab.orig
|
||||
sudo curl -o /etc/crontab https://raw.githubusercontent.com/jacobsalmela/pi-hole/master/advanced/pihole.cron
|
||||
}
|
||||
|
||||
installPiLog(){
|
||||
sudo touch /var/log/pihole.log
|
||||
sudo chmod 644 /var/log/pihole.log
|
||||
sudo chown dnsmasq:root /var/log/pihole.log
|
||||
}
|
||||
installPihole()
|
||||
{
|
||||
installDependencies
|
||||
@ -255,7 +250,6 @@ installConfigs
|
||||
installWebAdmin
|
||||
installPiholeWeb
|
||||
installCron
|
||||
installPiLog
|
||||
sudo /usr/local/bin/gravity.sh
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user