Spelling error fix...

This commit is contained in:
nate 2016-04-02 19:42:33 -05:00
parent 5d5d6c2c70
commit 71133f6b59

View file

@ -487,7 +487,7 @@ installScripts() {
$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
. /etc/bsah_completion.d/pihole
. /etc/bash_completion.d/pihole
$SUDO echo " done."
}