mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
copy sudoers file
necessary for Web interface white/black list functionality.
This commit is contained in:
parent
a5d3022e9f
commit
dc2a537f6b
1 changed files with 2 additions and 1 deletions
|
@ -466,6 +466,7 @@ installScripts() {
|
|||
$SUDO chown "$USER":root /opt/pihole
|
||||
$SUDO chmod u+srwx /opt/pihole
|
||||
fi
|
||||
$SUDO cp /etc/.pihole/advanced/pihole.sudo /etc/sudoers.d/pihole
|
||||
$SUDO cp /etc/.pihole/gravity.sh /opt/pihole/gravity.sh
|
||||
$SUDO cp /etc/.pihole/advanced/Scripts/chronometer.sh /opt/pihole/chronometer.sh
|
||||
$SUDO cp /etc/.pihole/advanced/Scripts/whitelist.sh /opt/pihole/whitelist.sh
|
||||
|
|
Loading…
Reference in a new issue