Update defaults.inc
This commit is contained in:
@@ -78,6 +78,7 @@ SENDNOTICE(){
|
|||||||
if [ "${PUSHOVER_APP_TOKEN}" != "" ]; then
|
if [ "${PUSHOVER_APP_TOKEN}" != "" ]; then
|
||||||
SN_TIT="$(echo -e "${1}" | sed "s/\%/\%25 /g")"
|
SN_TIT="$(echo -e "${1}" | sed "s/\%/\%25 /g")"
|
||||||
SN_MSG="$(echo -e "${2}" | sed "s/\%/\%25 /g")"
|
SN_MSG="$(echo -e "${2}" | sed "s/\%/\%25 /g")"
|
||||||
|
echo -e "SENDING:\n${SN_MSG}\n"
|
||||||
if [ "${TEST_INPUTACV}" != "" ] || [ "${TEST_BATTVOLT}" != "" ]; then
|
if [ "${TEST_INPUTACV}" != "" ] || [ "${TEST_BATTVOLT}" != "" ]; then
|
||||||
PUSH_TO_MOBILE "***TEST MODE***
|
PUSH_TO_MOBILE "***TEST MODE***
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user