Bug 247 - Added back option to zmaudit.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1789 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
0554f3c07b
commit
d26a1ee087
|
@ -201,7 +201,7 @@ if ( $command =~ /^(?:start|restart)$/ )
|
||||||
runCommand( "zmdc.pl start zmfilter.pl" );
|
runCommand( "zmdc.pl start zmfilter.pl" );
|
||||||
if ( ZM_RUN_AUDIT )
|
if ( ZM_RUN_AUDIT )
|
||||||
{
|
{
|
||||||
runCommand( "zmdc.pl start zmaudit.pl" );
|
runCommand( "zmdc.pl start zmaudit.pl -c" );
|
||||||
}
|
}
|
||||||
if ( ZM_OPT_TRIGGERS )
|
if ( ZM_OPT_TRIGGERS )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue