diff --git a/files/process_motion_event.sh b/files/process_motion_event.sh index b2f52c5..6157b0d 100644 --- a/files/process_motion_event.sh +++ b/files/process_motion_event.sh @@ -231,7 +231,7 @@ fi if [ -n "${ntfy_server}" ]; then ntfy_password="$(cat "${ntfy_password_file}")" ntfy_data="${data}, \"topic\": \"motion_detection\"" - message "Seding to ntfy server '${ntfy_server}' ..." + message "Sending event to ntfy server '${ntfy_server}' ..." curl -s "${ntfy_server}" -d "${ntfy_data}" return_code=$? if [ $return_code != 0 ]; then