Remove SUDO from line that runs gravity.sh to stop files in /etc/pihole being owned by root
This commit is contained in:
@ -294,7 +294,7 @@ installWebAdmin
|
||||
installPiholeWeb
|
||||
installCron
|
||||
tidyEtcPihole
|
||||
$SUDO /usr/local/bin/gravity.sh
|
||||
/usr/local/bin/gravity.sh
|
||||
}
|
||||
|
||||
displayFinalMessage(){
|
||||
|
Reference in New Issue
Block a user