ZoneMinder / zmeventnotification

Machine Learning powered Secure Websocket & MQTT based ZoneMinder event notification server
408 stars 128 forks source link

Fix bug in zmeventnotification.pl #400

Closed gablin closed 3 years ago

gablin commented 3 years ago

If hook results are overwritten in ZM (which happens from time to time), the zm_event_end.sh would be invoked without the hook results. This patch invokes zm_event_end.sh (and other subsequent scripts) using the correct notes argument.