[ssl/ssl-certificate-expiry] Disable shellcheck SC1090

When linting this script, this will always fire. This is because shellcheck
only does static code analysis and thus can not determine the filepath.

References:
- https://www.shellcheck.net/wiki/SC1090
This commit is contained in:
HaseHarald 2022-11-26 18:49:18 +01:00 committed by Kenyon Ralph
parent 470e837b26
commit eb9d7fa2a1
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ uncached updates after the cache file is older than an hour.
=cut
# shellcheck disable=SC1091
# shellcheck disable=SC1090,SC1091
. "${MUNIN_LIBDIR}/plugins/plugin.sh"
if [ "${MUNIN_DEBUG:-0}" = 1 ]; then