Use source instead of dot for setupVars

Signed-off-by: Mark Drobnak <mark.drobnak@gmail.com>
pull/2547/head
Mark Drobnak 5 years ago committed by GitHub
parent be2d494fcf
commit ed5869646f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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" "$@"

Loading…
Cancel
Save