remove uri
This commit is contained in:
parent
d9fa4cd026
commit
99610a995d
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ json_data="{${data}}"
|
||||||
if [ "${signal_alert}" == "true" ]; then
|
if [ "${signal_alert}" == "true" ]; then
|
||||||
message "Sending to Signal destination '${signal_destination}'..."
|
message "Sending to Signal destination '${signal_destination}'..."
|
||||||
/var/lib/from_repos/signal_scripts/send_msg.sh --destination "${signal_destination}" \
|
/var/lib/from_repos/signal_scripts/send_msg.sh --destination "${signal_destination}" \
|
||||||
--message "Clip termino en camara '${camera_name}' (${motion_host}). Evento: #${event}. File: ${file_uri}" "${temp_file}"
|
--message "Clip termino en camara '${camera_name}' (${motion_host}). Evento: #${event}." "${temp_file}"
|
||||||
return_code=$?
|
return_code=$?
|
||||||
if [ $return_code != 0 ]; then
|
if [ $return_code != 0 ]; then
|
||||||
message "Error ${return_code} sending to signal."
|
message "Error ${return_code} sending to signal."
|
||||||
|
|
Loading…
Reference in a new issue