Update defaults.inc

This commit is contained in:
2023-12-30 16:05:55 -06:00
parent 085c2e81dc
commit 0d8b622538

View File

@@ -72,8 +72,8 @@ fi
SENDNOTICE(){
if [ "${PUSHOVER_APP_TOKEN}" != "" ]; then
SN_TIT="${1/\%/\%25}"
SN_MSG="${2/\%/\%25}"
SN_MSG="$(echo ${1} | sed "s/\%/\%25 /g")"
SN_MSG="$(echo ${2} | sed "s/\%/\%25 /g")"
if [ "${TEST_INPUTACV}" != "" ] || [ "${TEST_BATTVOLT}" != "" ]; then
PUSH_TO_MOBILE "***TEST MODE***