From cb0742d4407fdbd4dabe1089082e908370c67cfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Aim=C3=A9?= Date: Fri, 11 Jun 2021 14:10:08 +0200 Subject: [PATCH] Hiding warnings of watchers. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 4e1d8a1..d76474f 100644 --- a/install.sh +++ b/install.sh @@ -441,7 +441,7 @@ change_configs() { feeding_iocs() { echo -e "\e[39m[+] Feeding your TinyCheck instance with fresh IOCs and whitelist, please wait." - python3 /usr/share/tinycheck/server/backend/watchers.py + python3 /usr/share/tinycheck/server/backend/watchers.py 2>/dev/null } reboot_box() {