Compare commits

...

2 Commits

1 changed files with 1 additions and 1 deletions

View File

@ -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 }