Skip to content
Snippets Groups Projects
Commit 52b64079 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

packages2install - fix rename getSecurityCount

parent 0823c263
No related branches found
No related tags found
1 merge request!141packages2install - fix rename getSecurityCount
......@@ -238,7 +238,7 @@ else
# generated function names - package manager is prefix
function2install="${pkgmanager}.getPackageList"
_functionExists "${pkgmanager}.getStatusLine" && functionStatus="${pkgmanager}.getStatusLine"
_functionExists "${pkgmanager}.getCriticalList" && functionSecuritycount="${pkgmanager}.getSecurityCount"
_functionExists "${pkgmanager}.getSecurityCount" && functionSecuritycount="${pkgmanager}.getSecurityCount"
# count of packages ... to install ... critical (centos only)
typeset -i iPkg2Update=0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment