Skip to content

Commit

Permalink
Fixup update path
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul authored and Paul committed Apr 21, 2020
1 parent e3d6ec0 commit c4658b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cron/daily
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.2.1

0 comments on commit c4658b2

Please sign in to comment.