From af2d9055fcca1e4e4ecb3a0f9573dfb6e6e1b71b Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Fri, 7 Oct 2016 20:08:28 -0700 Subject: [PATCH] Remove source'ing bash completion fragment, would fall out out scope as soon as the script ends. --- automated install/basic-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index a98aa17b..0f02dd26 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -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)