We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb24a0b commit 4471205Copy full SHA for 4471205
1 file changed
mkp/local/share/check_mk/agents/plugins/yum
@@ -80,9 +80,6 @@ else
80
exit 2
81
fi
82
83
-# get current package manager state - use cache directory contents as fingerprint
84
-YUM_CURRENT="$(ls -lR /var/cache/{yum,dnf}/ 2>/dev/null)"
85
-
86
# check if cached listing of /var/cache/yum already exists - create empty one otherwise
87
if [ ! -e "$CACHE_YUM_UPDATE" ]
88
then
0 commit comments