We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3d6ec0 commit c4658b2Copy full SHA for c4658b2
2 files changed
src/cron/daily
@@ -8,7 +8,7 @@ trap "rm -rf $dir" EXIT
8
# sleep for random value to give upstream a bit of headroom
9
sleep $(echo $RANDOM | cut -c1-3) >> /dev/null 2>&1
10
11
-/var/cpanel/addons/maldet/update
+/var/cpanel/addons/maldet/bin/update
12
13
# if were running inotify monitoring, send daily hit summary
14
if [ "$(ps -A --user root -o "comm" | grep inotifywait)" ]; then
version.txt
@@ -1 +1 @@
1
-0.2.0
+0.2.1
0 commit comments