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

added centos8 support

parent 0f3dccb2
No related branches found
No related tags found
No related merge requests found
...@@ -79,7 +79,7 @@ function checkYum(){ ...@@ -79,7 +79,7 @@ function checkYum(){
# summary=`ph.execIfReady "/usr/bin/yum --security check-update 2>&1 | fgrep 'security'" ` # summary=`ph.execIfReady "/usr/bin/yum --security check-update 2>&1 | fgrep 'security'" `
# summary=`ph.execIfReady "/usr/bin/yum --security check-update 2>&1 | fgrep 'security'" ` # summary=`ph.execIfReady "/usr/bin/yum --security check-update 2>&1 | fgrep 'security'" `
ph.execIfReady "/usr/bin/yum --security check-update 2>&1 > $_yumout" ph.execIfReady "/usr/bin/yum --security check-update > $_yumout 2>&1"
local summary=$( cat $_yumout | grep security ) local summary=$( cat $_yumout | grep security )
test -z "$summary" && summary='no data .. no packages to install' test -z "$summary" && summary='no data .. no packages to install'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment