add build date on login, #688

This commit is contained in:
gtxaspec
2024-01-01 21:30:57 -08:00
parent e49c5b08b0
commit 88dd459d59
4 changed files with 7 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
#set release date before generation
date > SD_ROOT/wz_mini/usr/bin/app.ver
date +"%Y-%m-%d_%H:%M:%S" > SD_ROOT/wz_mini/usr/bin/app.ver
rm -f file.chk
find SD_ROOT/ -type f -exec md5sum "{}" + > file.chk