adding more customization

This commit is contained in:
ehpersonal38
2022-05-08 08:55:39 -04:00
parent 185e17de9e
commit 98de55bf4e
6 changed files with 50 additions and 24 deletions
-4
View File
@@ -20,10 +20,6 @@ if ! diff ${IDFILE} ${lastcheck} &> /dev/null;then
echo "Sending the following notification:
${NOTIFICATION}"
if [ ! -z ${NOTIFY_RUN_CHANNEL_ID} ];then
curl https://notify.run/${NOTIFY_RUN_CHANNEL_ID} -d ${NOTIFICATION}
fi
if [ ! -z ${PUSHED_APP_KEY} ];then
curl -X POST \
--form-string "app_key=${PUSHED_APP_KEY}" \