inspectFile fix
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
output=$(clamscan -i --no-summary "$1" 2> /dev/null)
|
||||
|
||||
output=$(clamscan -i --no-summary $1 2> /dev/null)
|
||||
rm -f $1
|
||||
if echo "$output" | grep -q ".* FOUND$" ; then
|
||||
echo "0 clamscan: $output"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user