Fixed typo.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1623 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
51e3885c94
commit
e8fbaf354c
|
@ -580,7 +580,7 @@ sub getFilters
|
||||||
if ( $filter_data->{AutoExecute} )
|
if ( $filter_data->{AutoExecute} )
|
||||||
{
|
{
|
||||||
my $script = $filter_data->{AutoExecuteCmd};
|
my $script = $filter_data->{AutoExecuteCmd};
|
||||||
$script ~= s/\s.*$//;
|
$script =~ s/\s.*$//;
|
||||||
if ( !-e $script )
|
if ( !-e $script )
|
||||||
{
|
{
|
||||||
Error( "Auto execute script '$script' not found, skipping filter '$filter_data->{Name}'\n" );
|
Error( "Auto execute script '$script' not found, skipping filter '$filter_data->{Name}'\n" );
|
||||||
|
|
Loading…
Reference in New Issue