mirror of https://github.com/mikaku/Monitorix.git
fixed a typo
This commit is contained in:
parent
dc3feaf4a3
commit
da5a13de36
|
@ -231,7 +231,7 @@ sub get_ati_data {
|
|||
my $temp = 0;
|
||||
|
||||
my @data = ();
|
||||
if(open(IN, "./aticonfig --odgt --adapter=$gpu |")) {
|
||||
if(open(IN, "aticonfig --odgt --adapter=$gpu |")) {
|
||||
@data = <IN>;
|
||||
close(IN);
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue