From 5a133d0d1749d9e65e6b3363898cc2e3175d62dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Aime?= Date: Fri, 19 Feb 2021 10:46:29 +0100 Subject: [PATCH] No new line in the VERSION file --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index fbb1a2e..ca39246 100644 --- a/update.sh +++ b/update.sh @@ -75,7 +75,7 @@ elif [ $PWD = "/tmp/tinycheck" ]; then service tinycheck-watchers restart echo "[+] Updating the TinyCheck version" - cd /tmp/tinycheck && git tag | tail -n 1 > /usr/share/tinycheck/VERSION + cd /tmp/tinycheck && git tag | tail -n 1 | xargs echo -n > /usr/share/tinycheck/VERSION echo "[+] TinyCheck updated!" fi \ No newline at end of file