diff --git a/webif/lib/system.class b/webif/lib/system.class index fdb09a2..a9f78a1 100644 --- a/webif/lib/system.class +++ b/webif/lib/system.class @@ -530,7 +530,7 @@ proc {system busy} {} { proc {system inuse} {file} { if {![file exists $file]} { return 0 } - set op [exec /mod/webif/lib/bin/lsof -X -Fn $file] + set op [exec /mod/webif/lib/bin/lsof -X -w -Fn $file] switch -glob -- $op { "" - "*status error*" { return 0 }