Fixed some things in building tellus

This commit is contained in:
PD0ZRY Rudy 2016-11-27 13:12:01 +01:00
parent 0b68a6afab
commit eb99a95b94
2 changed files with 5 additions and 1 deletions

View file

@ -1,7 +1,8 @@
#!/bin/bash
FILE=$(mktemp)
VERSION=$(grep -o -E "[0-9]+" Version.h)
#VERSION=$(grep -o -E "[0-9]+" Version.h)
VERSION=$(date +"%Y%m%d-%H%M%S")
DATE=$(date +"%a, %d %b %Y %H:%M:%S %z")
echo "tellusagent (${VERSION}) none; urgency=low" >> ${FILE}