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>
This commit is contained in:
Adam Warner 2025-04-04 23:48:12 +01:00
parent 63623c4353
commit f5dc337d1b
No known key found for this signature in database

View File

@ -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}