diff --git a/clamav-unofficial-sigs.cron b/clamav-unofficial-sigs.cron index 0b68f62..62d2eb1 100644 --- a/clamav-unofficial-sigs.cron +++ b/clamav-unofficial-sigs.cron @@ -26,7 +26,6 @@ # 60 - 600 seconds. To Adjust the cron values, edit your configs and run # bash clamav-unofficial-sigs.sh --install-cron to generate a new file. MAILTO=root -# % character must be escaped in crontab -14 * * * * root sleep $(( 0x0`hostid` \% 3000 )) && /usr/sbin/clamav-unofficial-sigs.sh +14 * * * * root [ -x /usr/sbin/clamav-unofficial-sigs.sh ] && /usr/bin/bash /usr/sbin/clamav-unofficial-sigs.sh # https://eXtremeSHOK.com ###################################################### diff --git a/clamav-unofficial-sigs.spec b/clamav-unofficial-sigs.spec index e25acd0..dee24f7 100644 --- a/clamav-unofficial-sigs.spec +++ b/clamav-unofficial-sigs.spec @@ -9,7 +9,7 @@ %endif Name: clamav-unofficial-sigs Version: 7.0.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Scripts to download unofficial clamav signatures Group: Applications/System License: BSD @@ -109,6 +109,9 @@ rm -rf %{buildroot} %{_mandir}/man*/%{name}* %changelog +* Sun Feb 23 2020 Ján ONDREJ (SAL) - 7.0.1-5 +- Remove delay from cron script, doesn't work as expected. + * Wed Feb 19 2020 Ján ONDREJ (SAL) - 7.0.1-4 - Backslash percent character in cron script