Minor changes
This commit is contained in:
parent
2f31891b35
commit
6c4aa11c72
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ then
|
|||
INFO_UPTIME=$(cat "$file"|jq -r '.["uptime"]'|base64 -d|cut -d, -f 1|awk '{$1=$1};1')
|
||||
INFO_DUMP_DATE=$(cat "$file"|jq -r '.["date"]'|base64 -d) && INFO_DUMP_DATE=$(date -d "@${INFO_DUMP_DATE}")
|
||||
INFO_TIMEZONE=$(cat "$file"|jq -r '.["/etc/timezone"]'|base64 -d)
|
||||
INFO_KERNEL=$(cat "$file"|jq -r '.["/proc/version"]'|base64 -d|awk '{print $1" v"$3}')
|
||||
INFO_KERNEL=$(cat "$file"|jq -r '.["/proc/version"]'|base64 -d|awk '/ version /{print $1" v"$3}')
|
||||
|
||||
# Print Information
|
||||
echo "====> System <===="
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue