Fixed path to /etc/bash_completion.d/

This commit is contained in:
nate 2016-04-02 18:52:03 -05:00
parent 6eea9239a7
commit 3dff7e80fc
2 changed files with 2 additions and 2 deletions

View file

@ -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"