add missing .
parent
3b07b56400
commit
826a22a2a8
|
@ -142,7 +142,7 @@ push( @connections,
|
||||||
);
|
);
|
||||||
push( @connections,
|
push( @connections,
|
||||||
ZoneMinder::Trigger::Connection->new(
|
ZoneMinder::Trigger::Connection->new(
|
||||||
name=>"Chan2 Unix Socket at " $Config{ZM_PATH_SOCKS}.'/zmtrigger.sock',
|
name=>"Chan2 Unix Socket at " . $Config{ZM_PATH_SOCKS}.'/zmtrigger.sock',
|
||||||
channel=>ZoneMinder::Trigger::Channel::Unix->new(
|
channel=>ZoneMinder::Trigger::Channel::Unix->new(
|
||||||
path=>$Config{ZM_PATH_SOCKS}.'/zmtrigger.sock'
|
path=>$Config{ZM_PATH_SOCKS}.'/zmtrigger.sock'
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue