Skip to content

Commit 4471205

Browse files
committed
remove line 81
1 parent eb24a0b commit 4471205

File tree

1 file changed

+0
-3
lines changed
  • mkp/local/share/check_mk/agents/plugins

1 file changed

+0
-3
lines changed

mkp/local/share/check_mk/agents/plugins/yum

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ else
8080
exit 2
8181
fi
8282

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-
8683
# check if cached listing of /var/cache/yum already exists - create empty one otherwise
8784
if [ ! -e "$CACHE_YUM_UPDATE" ]
8885
then

0 commit comments

Comments
 (0)