mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Set executable permissions of pihole
and changed installer to invoke sudo for gravity.sh.
Note: We invoke gravity.sh with sudo in other places, so ignore the removed comment.
This commit is contained in:
parent
d47fbbbe96
commit
75f1969bd2
1 changed files with 2 additions and 2 deletions
|
@ -484,6 +484,7 @@ installScripts() {
|
|||
$SUDO cp /etc/.pihole/advanced/Scripts/setupLCD.sh /opt/pihole/setupLCD.sh
|
||||
$SUDO chmod 755 /opt/pihole/{gravity,chronometer,whitelist,blacklist,piholeLogFlush,updateDashboard,uninstall,setupLCD}.sh
|
||||
$SUDO cp /etc/.pihole/pihole /usr/local/bin/pihole
|
||||
$SUDO chmod 755 /usr/local/bin/pihole
|
||||
$SUDO cp /etc/.pihole/advanced/bash-completion/pihole /etc/bash-completion.d/pihole
|
||||
$SUDO echo " done."
|
||||
}
|
||||
|
@ -655,9 +656,8 @@ runGravity() {
|
|||
echo "::: Cleaning up previous install (preserving whitelist/blacklist)"
|
||||
$SUDO rm /etc/pihole/list.*
|
||||
fi
|
||||
#Don't run as SUDO, this was causing issues
|
||||
echo "::: Running gravity.sh"
|
||||
/opt/pihole/gravity.sh
|
||||
$SUDO /opt/pihole/gravity.sh
|
||||
}
|
||||
|
||||
setUser(){
|
||||
|
|
Loading…
Reference in a new issue