Closes #97. Implement IS_OSPROBER #98

Merged
benpro merged 3 commits from IS_OSPROBER into master 2019-06-21 11:14:39 +02:00
Showing only changes of commit c4d407417a - Show all commits

View file

@ -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
}