forked from hummypkg/webif
4fc05273e1
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@1704 2a923420-c742-0410-a762-8d5b09965624
17 lines
273 B
Plaintext
Executable File
17 lines
273 B
Plaintext
Executable File
#!/mod/bin/jimsh
|
|
|
|
source /mod/webif/lib/setup
|
|
require settings.class
|
|
|
|
httpheader
|
|
|
|
set settings [settings]
|
|
|
|
foreach attr {realloc pending offline} {
|
|
set val [$settings _nval_setting "SMART_$attr"]
|
|
if {$val < 0} continue
|
|
$settings _nval_setting "SMART_ack_$attr" $val
|
|
}
|
|
|
|
|