From 37caac1b28ea506c14daeb5019d8a744d9ed1447 Mon Sep 17 00:00:00 2001 From: Pablo Greco Date: Jul 24 2019 20:11:26 +0000 Subject: Install cronie in CentOS8 --- diff --git a/tests/p_cron/0-install_cron.sh b/tests/p_cron/0-install_cron.sh index 2b4d727..6fc6179 100755 --- a/tests/p_cron/0-install_cron.sh +++ b/tests/p_cron/0-install_cron.sh @@ -2,7 +2,7 @@ # Author: Athmane Madjoudj t_Log "$0 - Installing crond" -if (t_GetPkgRel basesystem | grep -q -E 'el6|el7') +if (t_GetPkgRel basesystem | grep -q -E 'el6|el7|el8') then pn="cronie" else