From f5dc337d1b819dd359b15e26dfb07fa94bcccc79 Mon Sep 17 00:00:00 2001 From: Adam Warner <me@adamwarner.co.uk> Date: Fri, 4 Apr 2025 23:48:12 +0100 Subject: [PATCH] In ./advanced/Scripts/piholeLogFlush.sh line 12: source ${colfile} ^--------^ SC1090 (warning): ShellCheck can't follow non-constant source. Use a directive to specify location. In ./advanced/Scripts/piholeLogFlush.sh line 16: source "${utilsfile}" ^------------^ SC1090 (warning): ShellCheck can't follow non-constant source. Use a directive to specify location. Signed-off-by: Adam Warner <me@adamwarner.co.uk> --- advanced/Scripts/piholeLogFlush.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/advanced/Scripts/piholeLogFlush.sh b/advanced/Scripts/piholeLogFlush.sh index 58c6a41d..2e67a9ee 100755 --- a/advanced/Scripts/piholeLogFlush.sh +++ b/advanced/Scripts/piholeLogFlush.sh @@ -7,6 +7,7 @@ # # This file is copyright under the latest version of the EUPL. # Please see LICENSE file for your rights under this license. +# shellcheck disable=SC1090 colfile="/opt/pihole/COL_TABLE" source ${colfile}