From ee1f89e45f5e253408ab2dace4be8193b922dbe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Aime?= Date: Fri, 19 Feb 2021 16:40:52 +0100 Subject: [PATCH] Changes for prod --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index ca39246..02730fa 100644 --- a/update.sh +++ b/update.sh @@ -7,7 +7,7 @@ fi if [ $PWD = "/usr/share/tinycheck" ]; then echo "[+] Cloning the current repository to /tmp/" rm -rf /tmp/tinycheck/ &> /dev/null - cd /tmp/ && git clone --branch update-feature https://github.com/KasperskyLab/tinycheck + cd /tmp/ && git clone https://github.com/KasperskyLab/tinycheck cd /tmp/tinycheck && bash update.sh elif [ $PWD = "/tmp/tinycheck" ]; then