From c4d407417adb7d5bf66daac7c689202805769b57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20S?= Date: Fri, 21 Jun 2019 11:02:46 +0200 Subject: [PATCH] Rewording, say the package name in verbose mode --- evocheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evocheck.sh b/evocheck.sh index 94b6542..f8e8688 100755 --- a/evocheck.sh +++ b/evocheck.sh @@ -1124,7 +1124,7 @@ check_evobackup_incs() { check_osprober() { if is_installed os-prober; then if is_installed qemu-kvm; then - failed "IS_OSPROBER" "Removal of this package is recommended as it can cause serious issue on KVM server" + failed "IS_OSPROBER" "Removal of os-prober package is recommended as it can cause serious issue on KVM server" fi fi }