globally disable shecllcheck SC2034 in lib/includes

Many variables defined in this file are not used here.
This commit is contained in:
Jérémy Lecour 2020-10-11 14:56:22 +02:00
parent 05c3715c6a
commit 9eae80c002
1 changed files with 1 additions and 1 deletions

View File

@ -2,10 +2,10 @@
#
# Config for bkctld
#
# shellcheck disable=SC2034
[ -f /etc/default/bkctld ] && . /etc/default/bkctld
# shellcheck disable=SC2034
VERSION="2.6.0"
LIBDIR=${LIBDIR:-/usr/lib/bkctld}