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 }