Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hansson <github@hanssonit.se>2021-01-01 17:34:25 +0300
committerGitHub <noreply@github.com>2021-01-01 17:34:25 +0300
commit6b1c7fee14702ca8cca60699d14b6cbe06c84020 (patch)
tree9ec51a4ec589155e8733b185785ab5e5593e05f7 /apps/clamav.sh
parent3affe1fbcf11ab96ddb632e57caaa4e371f677fb (diff)
happy new year! (#1749)
* happy new year! Signed-off-by: enoch85 <github@hanssonit.se> * fix some comments and restore geoip database files Signed-off-by: szaimen <szaimen@e.mail.de> Co-authored-by: szaimen <szaimen@e.mail.de>
Diffstat (limited to 'apps/clamav.sh')
-rw-r--r--apps/clamav.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/clamav.sh b/apps/clamav.sh
index cf712f6d..74e833f8 100644
--- a/apps/clamav.sh
+++ b/apps/clamav.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-# T&M Hansson IT AB © - 2020, https://www.hanssonit.se/
+# T&M Hansson IT AB © - 2021, https://www.hanssonit.se/
true
SCRIPT_NAME="ClamAV"
@@ -107,8 +107,8 @@ SCRIPT_PATH="$SCRIPTS/nextcloud-av-notification.sh"
cat << AV_NOTIFICATION >> "$SCRIPT_PATH"
#!/bin/bash
-# T&M Hansson IT AB © - 2020, https://www.hanssonit.se/
-# Copyright © 2020 Simon Lindner (https://github.com/szaimen)
+# T&M Hansson IT AB © - 2021, https://www.hanssonit.se/
+# Copyright © 2021 Simon Lindner (https://github.com/szaimen)
# Copyright © Georgiy Sitnikov
# Inspired by/based on https://github.com/GAS85/nextcloud_scripts/blob/master/nextcloud-av-notification.sh
@@ -246,7 +246,7 @@ esac
cat << CLAMAV_REPORT > "$SCRIPTS"/clamav-fullscan.sh
#!/bin/bash
-# T&M Hansson IT AB © - 2020, https://www.hanssonit.se/
+# T&M Hansson IT AB © - 2021, https://www.hanssonit.se/
source /var/scripts/fetch_lib.sh || source <(curl -sL https://raw.githubusercontent.com/nextcloud/vm/master/lib.sh)