Create check_ecc

This commit is contained in:
Thorsten Spille 2023-06-02 10:57:51 +02:00 committed by GitHub
parent 21e16c4cc5
commit 95e02e5f88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
ecc/check_ecc Normal file
View File

@ -0,0 +1 @@
_MEMORYCHECK=$(dmidecode --type 16 | grep "Error Correction Type"); echo $(echo $?) \"ECC Memory\" - ${_MEMORYCHECK##*Error Correction Type:};unset _MEMORYCHECK