Fixed some things in building tellus
This commit is contained in:
parent
0b68a6afab
commit
eb99a95b94
2 changed files with 5 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue