From 31541d10ad06629cddcc627afc65235c56ded243 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch> Date: Tue, 7 Jun 2022 10:23:19 +0200 Subject: [PATCH] update yum message --- check_packages2install-pkgmanager/yum.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_packages2install-pkgmanager/yum.sh b/check_packages2install-pkgmanager/yum.sh index aaad63f..ea7af33 100644 --- a/check_packages2install-pkgmanager/yum.sh +++ b/check_packages2install-pkgmanager/yum.sh @@ -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 } -- GitLab