Use source instead of dot for setupVars

Signed-off-by: Mark Drobnak <mark.drobnak@gmail.com>
This commit is contained in:
Mark Drobnak 2018-12-27 16:37:10 -05:00 committed by GitHub
parent be2d494fcf
commit ed5869646f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ errorOutput() {
defaultOutput() {
# Source the setupvars config file
# shellcheck disable=SC1091
. /etc/pihole/setupVars.conf
source /etc/pihole/setupVars.conf
versionOutput "pi-hole" "$@"