Update defaults.inc

This commit is contained in:
2023-12-30 16:02:43 -06:00
parent 2840fc2701
commit 085c2e81dc

View File

@@ -72,8 +72,8 @@ fi
SENDNOTICE(){
if [ "${PUSHOVER_APP_TOKEN}" != "" ]; then
SN_TIT=${1/\%/\%25}
SN_MSG=${2/\%/\%25}
SN_TIT="${1/\%/\%25}"
SN_MSG="${2/\%/\%25}"
if [ "${TEST_INPUTACV}" != "" ] || [ "${TEST_BATTVOLT}" != "" ]; then
PUSH_TO_MOBILE "***TEST MODE***
@@ -81,8 +81,8 @@ ${SN_MSG}
$(date)" "${SN_TIT}" ${3} &
else
echo "HERE: [${SN_TIT}]=${SN_MSG/\%/\%25}: DONE"
PUSH_TO_MOBILE "${SN_MSG/\%/\%25}
echo "HERE: [${SN_TIT}]=${SN_MSG}: DONE"
PUSH_TO_MOBILE "${SN_MSG}
$(date)" "${SN_TIT}" ${3} &
fi