diff --git a/src/cron/daily b/src/cron/daily index 8552170..73403e9 100644 --- a/src/cron/daily +++ b/src/cron/daily @@ -8,7 +8,7 @@ trap "rm -rf $dir" EXIT # sleep for random value to give upstream a bit of headroom sleep $(echo $RANDOM | cut -c1-3) >> /dev/null 2>&1 -/var/cpanel/addons/maldet/update +/var/cpanel/addons/maldet/bin/update # if were running inotify monitoring, send daily hit summary if [ "$(ps -A --user root -o "comm" | grep inotifywait)" ]; then diff --git a/version.txt b/version.txt index 0ea3a94..0c62199 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.2.0 +0.2.1