mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-24 23:23:42 +00:00
Remove source'ing bash completion fragment, would fall out out scope as soon as the script ends.
This commit is contained in:
parent
f91fc54f89
commit
af2d9055fc
1 changed files with 0 additions and 1 deletions
|
@ -553,7 +553,6 @@ install_scripts() {
|
|||
install -o "${USER}" -Dm755 -t /usr/local/bin/ pihole
|
||||
|
||||
install -Dm644 ./advanced/bash-completion/pihole /etc/bash_completion.d/pihole
|
||||
. /etc/bash_completion.d/pihole
|
||||
|
||||
#Tidy up /usr/local/bin directory if installing over previous install.
|
||||
oldFiles=( gravity chronometer whitelist blacklist piholeLogFlush updateDashboard uninstall setupLCD piholeDebug)
|
||||
|
|
Loading…
Reference in a new issue