On 12/17/2013 11:31 AM, ellanios82 wrote:
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
You are allowed more than one line in a shell script. (just sayin)... -- _____________________________________ ---This space for rent--- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org