mirror of
https://github.com/pi-hole/pi-hole
synced 2025-07-07 15:48:05 +00: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.
|
# This file is copyright under the latest version of the EUPL.
|
||||||
# Please see LICENSE file for your rights under this license.
|
# Please see LICENSE file for your rights under this license.
|
||||||
|
# shellcheck disable=SC1090
|
||||||
|
|
||||||
colfile="/opt/pihole/COL_TABLE"
|
colfile="/opt/pihole/COL_TABLE"
|
||||||
source ${colfile}
|
source ${colfile}
|
||||||
|
Loading…
Reference in New Issue
Block a user