From ed5869646f518ebbd289a11016ad46e28297f724 Mon Sep 17 00:00:00 2001 From: Mark Drobnak Date: Thu, 27 Dec 2018 16:37:10 -0500 Subject: [PATCH] Use source instead of dot for setupVars Signed-off-by: Mark Drobnak --- advanced/Scripts/version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advanced/Scripts/version.sh b/advanced/Scripts/version.sh index 6d0e8c48..f6d4d344 100755 --- a/advanced/Scripts/version.sh +++ b/advanced/Scripts/version.sh @@ -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" "$@"