mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +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:
parent
494fcd60ab
commit
4f59577fd1
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ installWebAdmin
|
|||
installPiholeWeb
|
||||
installCron
|
||||
tidyEtcPihole
|
||||
$SUDO /usr/local/bin/gravity.sh
|
||||
/usr/local/bin/gravity.sh
|
||||
}
|
||||
|
||||
displayFinalMessage(){
|
||||
|
|
Loading…
Reference in a new issue