1
0
mirror of https://github.com/pi-hole/pi-hole.git synced 2025-09-20 13:31:26 +08:00

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

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}