17 Dec
2013
17 Dec
'13
19:31
Hello List, - how to get my script to update 'locate' database, after doing clamAV scan ? ................................. #!/bin/sh # # refresh clamAV datadase, next scan system with clamscan, then update 'locate' database # # freshclam && clamscan -ri / && updatedb .......................... - the final " && updatedb " seems not being executed : - Does "&&" mean "and" , or maybe "&&" means only execute IF stuff before is NOT done? ...................... thanks -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org