endpoint for update check

This commit is contained in:
john30
2017-03-05 13:09:53 +01:00
parent 4e2c0903db
commit f3a0f9be47
2 changed files with 44 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/sh
version=`head -n 1 VERSION`
revision=`git describe --always`
echo "ebusd=${version}.${revision}"
#TODO add calculation for config files