mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Noch ein fix, SMART-Status-Anzeige geht!
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@512 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -195,7 +195,7 @@ sub diskbox {
|
||||
if (-e "/usr/local/bin/hddshutdown-state") {
|
||||
system("/usr/local/bin/hddshutdown-state $disk");
|
||||
}
|
||||
my $smart = `smartctrl $disk`;
|
||||
my $smart = `/usr/local/bin/smartctrl $disk`;
|
||||
$smart = &Header::cleanhtml($smart);
|
||||
print <<END
|
||||
<br /><input type="button" onClick="swapVisibility('smart_$disk')" value="$Lang::tr{'smart information'}" />
|
||||
|
||||
Reference in New Issue
Block a user