Human readable kernel version in sysupgrade output (#489)

pull/490/head
p0i5k 2022-09-25 23:43:25 +03:00 committed by GitHub
parent 795f3a20db
commit 112de39ea0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ get_device() {
}
get_kernel_version() {
echo -n "0x$(xxd -l 4 -s 8 -p "$1" | xargs)"
date "+%H:%M:%S %Y-%m-%d" @$((0x$(xxd -l 4 -s 8 -p "$1" | xargs)))
}
get_system_info() {