Update getver.sh

csac-ath79
coolsnowwolf 2019-10-30 00:21:49 +08:00 committed by GitHub
parent bb53dab94b
commit d1734d7e96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ try_version() {
}
try_git() {
REBOOT=97a4ffcc125611dd5f307d54570373832a73e62d
REBOOT=ee53a240ac902dc83209008a2671e7fdcf55957a
git rev-parse --git-dir >/dev/null 2>&1 || return 1
[ -n "$GET_REV" ] || GET_REV="HEAD"