forked from hummypkg/webif
fix reboot busy check
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@354 2a923420-c742-0410-a762-8d5b09965624
This commit is contained in:
@@ -45,7 +45,7 @@ proc {system diskspace} {} {
|
||||
|
||||
proc {system busy} {} {
|
||||
# Is humaxtv doing anything?
|
||||
set pid [exec pgrep humaxtv]
|
||||
set pid [exec /mod/bin/busybox/pgrep humaxtv]
|
||||
set c 0
|
||||
catch { set c [exec /mod/bin/lsof -p $pid | grep Video | fgrep .ts | wc -l] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user