fix grammar

This commit is contained in:
Antonio J. Delgado 2023-03-20 22:28:27 +02:00
parent 6bd4a65d67
commit fea32df8bc

View file

@ -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