mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Fixed n2disk-ntopng service check
This commit is contained in:
parent
dd37cafa12
commit
dee19c218f
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ function recording_utils.checkAvailable()
|
|||
|
||||
if(not ntop.isWindows())
|
||||
and (not ntop.isnEdge())
|
||||
and os_utils.hasService("n2disk-ntopng", getInterfaceName(getFirstInterfaceId())) then
|
||||
and os_utils.hasService("n2disk-ntopng", "dummy") then
|
||||
is_available = true
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue