mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-02-23 03:28:20 +00:00
Remove sourcing bash completion, would fall off as soon as the subshell terminated.
This commit is contained in:
parent
5287ea8537
commit
7f179f9a58
1 changed files with 0 additions and 1 deletions
|
@ -537,7 +537,6 @@ installScripts() {
|
|||
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…
Add table
Reference in a new issue