mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-22 16:23:21 +01:00
Update microcode.sh
tweak
This commit is contained in:
parent
2b713d6997
commit
117c32a408
@ -30,7 +30,7 @@ msg_ok() { echo -e "${BFR} ${CM} ${GN}$1${CL}"; }
|
|||||||
msg_error() { echo -e "${BFR} ${CROSS} ${RD}$1${CL}"; }
|
msg_error() { echo -e "${BFR} ${CROSS} ${RD}$1${CL}"; }
|
||||||
|
|
||||||
header_info
|
header_info
|
||||||
current_microcode=$(journalctl -k | grep -E "microcode: microcode" | awk -F 'microcode: microcode updated early to revision |, date = ' '{print $2 ", date = " $3}')
|
current_microcode=$(journalctl -k | grep -oP "microcode: updated early: [^ ]+ -> \K[^,]+, date = [^ ]+" | head -n 1)
|
||||||
[ -z "$current_microcode" ] && current_microcode="Not found."
|
[ -z "$current_microcode" ] && current_microcode="Not found."
|
||||||
|
|
||||||
intel() {
|
intel() {
|
||||||
|
Loading…
Reference in New Issue
Block a user