apprise starting point

This commit is contained in:
ehpersonal38
2022-05-07 12:33:14 -04:00
parent 50dec20c47
commit 9e5331168c
5 changed files with 23 additions and 14 deletions
+4
View File
@@ -33,5 +33,9 @@ ${NOTIFICATION}"
--form-string "content=${NOTIFICATION}" \
https://api.pushed.co/1/push
fi
if [ ! -s ~/.apprise ];then
apprise -vv -t 'New Species Detected' -b ${NOTIFICATION}
fi
fi