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(){