endpoint for update check
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user