mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-26 17:20:15 +00:00
Fixed path to /etc/bash_completion.d/
This commit is contained in:
parent
6eea9239a7
commit
3dff7e80fc
2 changed files with 2 additions and 2 deletions
|
@ -122,7 +122,7 @@ function removeNoPurge {
|
|||
$SUDO rm -rf /etc/.pihole/ &> /dev/null
|
||||
$SUDO rm -rf /opt/pihole/ &> /dev/null
|
||||
$SUDO rm /usr/local/bin/pihole &> /dev/null
|
||||
$SUDO rm /etc/bash-completion.d/pihole
|
||||
$SUDO rm /etc/bash_completion.d/pihole
|
||||
|
||||
echo ":::"
|
||||
printf "::: Finished removing PiHole from your system. Sorry to see you go!\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue