We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37c1bbb commit 2257b13Copy full SHA for 2257b13
files/VERSION.hash
@@ -1 +1 @@
1
-5d4119eec9b9f09b8d57836ee941cb386566b05e583fa9fc8de38da53bb36a64
+53418119e0bb296d985f352b32bb39d4b47141cb321838ff394f67ba228e5ea1
files/internals/functions
@@ -232,6 +232,9 @@ get_remote_file() {
232
doid="$3"
233
verbose="$4"
234
unset return_file
235
+ if [ "$hscan" ]; then
236
+ unset verbose
237
+ fi
238
if [ -z "$get_uri" ]; then
239
eout "{internal} missing or invalid URI passed to get_remote_files" 1
240
break
@@ -1050,7 +1053,6 @@ scan() {
1050
1053
unset ignore_hit
1051
1054
done
1052
1055
lbreakifs unset
- echo
1056
echo "$(date +"%b %d %H:%M:%S") $(hostname -s) clamscan end" >> $clamscan_log
1057
else
1058
if [ -z "$hscan" ]; then
0 commit comments