]> git.pld-linux.org Git - packages/clamav.git/commitdiff
- added ...||: to freshclam invocation (pointed out by glen at delfi ee)
authorradek <radek@pld-linux.org>
Sat, 25 Sep 2004 15:14:23 +0000 (15:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clamav-post-updatedb -> 1.3

clamav-post-updatedb

index ab00abc1d3b950d874c929f1154c3137f5328802..36de9696bf32e871eefccfb03ad404abc8cc33b4 100644 (file)
@@ -10,6 +10,6 @@ fi
     
 if [ "$FETCH_AFTER_UPGRADE" = "yes" ]; then
        umask 022
-       /usr/bin/freshclam $freshclamopt -l /var/log/freshclam.log --daemon-notify
+       /usr/bin/freshclam $freshclamopt -l /var/log/freshclam.log --daemon-notify || :
 fi
 
This page took 0.04909 seconds and 4 git commands to generate.