Skip to content

Commit c4658b2

Browse files
PaulPaul
authored andcommitted
Fixup update path
1 parent e3d6ec0 commit c4658b2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/cron/daily

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ trap "rm -rf $dir" EXIT
88
# sleep for random value to give upstream a bit of headroom
99
sleep $(echo $RANDOM | cut -c1-3) >> /dev/null 2>&1
1010

11-
/var/cpanel/addons/maldet/update
11+
/var/cpanel/addons/maldet/bin/update
1212

1313
# if were running inotify monitoring, send daily hit summary
1414
if [ "$(ps -A --user root -o "comm" | grep inotifywait)" ]; then

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0
1+
0.2.1

0 commit comments

Comments
 (0)