From 4ceae130154e3be7a78f5a02420107d005beefda Mon Sep 17 00:00:00 2001 From: diginc Date: Sat, 21 Jan 2017 20:12:37 -0600 Subject: [PATCH] shellcheck fix --- bash_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_functions.sh b/bash_functions.sh index 60469b1..ab63f42 100644 --- a/bash_functions.sh +++ b/bash_functions.sh @@ -1,7 +1,7 @@ . /opt/pihole/webpage.sh prepare_setup_vars() { - touch $setupVars + touch "$setupVars" } validate_env() {