mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-01-11 14:34:44 +00:00
Spelling error fix...
This commit is contained in:
parent
5d5d6c2c70
commit
71133f6b59
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue