Comment 3 for bug 586321

Revision history for this message
Stonedge (redshadow69) wrote :

I've modify my client to use grep and wc for the -t parameter validation

`dmidecode -t 0| grep Vendor | wc -l 2>/dev/null` >= 1

Since it require grep and wc not sure if its the best solution bu at less it work on older system...

Stonedge