fix grammar
This commit is contained in:
parent
6bd4a65d67
commit
fea32df8bc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue