No new line in the VERSION file
This commit is contained in:
parent
b2d153bb17
commit
5a133d0d17
@ -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
|
Loading…
Reference in New Issue
Block a user