Skip to content

Commit

Permalink
Fix last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Feb 14, 2012
1 parent b646bb8 commit 1d7654f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Public Sub _inits()
Shell "grep 'BIOS microcode update recommended' /var/log/dmesg" Wait To update_reccomended
Shell "grep 'Microcode Update Driver:' /var/log/dmesg" Wait To update_driver
Endif
If update_reccomended Like "*BIOS microcode update recommended*" And update_driver Not Like "*Microcode Update Driver*" Then
If update_reccomended Like "*BIOS microcode update recommended*" And update_driver Not Like "*microcode:*" Then
Finfosys.Label92.Text = "BIOS microcode update recommended !!!"
Else
Finfosys.Label92.Visible = False
Expand Down

0 comments on commit 1d7654f

Please sign in to comment.