mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-07 19:55:09 +02: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:
parent
63623c4353
commit
f5dc337d1b
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user