1
0
mirror of https://github.com/pi-hole/pi-hole synced 2025-02-22 13:02:02 +00:00

Remove SUDO from line that runs gravity.sh to stop files in /etc/pihole being owned by root

This commit is contained in:
Promofaux 2016-01-20 21:20:52 +00:00
parent 494fcd60ab
commit 4f59577fd1

View File

@ -294,7 +294,7 @@ installWebAdmin
installPiholeWeb
installCron
tidyEtcPihole
$SUDO /usr/local/bin/gravity.sh
/usr/local/bin/gravity.sh
}
displayFinalMessage(){