No new line in the VERSION file

This commit is contained in:
Félix Aime 2021-02-19 10:46:29 +01:00
parent b2d153bb17
commit 5a133d0d17

View File

@ -75,7 +75,7 @@ elif [ $PWD = "/tmp/tinycheck" ]; then
service tinycheck-watchers restart service tinycheck-watchers restart
echo "[+] Updating the TinyCheck version" 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!" echo "[+] TinyCheck updated!"
fi fi