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

Merge branch '5419-update-check-packages2install' into 'master'

update yum message

See merge request !23
parents 480af9af 31541d10
No related branches found
No related tags found
1 merge request!23update yum message
......@@ -38,7 +38,7 @@ function yum.getPackageList(){
# get custom status
function yum.getStatusLine(){
if ! sudo /usr/bin/yum --bugfix check-update 2>&1 | grep security; then
echo "No packages need to be updated and no security updates."
echo "No security updates needed and no updates available"
fi
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment