Update defaults.inc
This commit is contained in:
@@ -72,8 +72,8 @@ fi
|
|||||||
|
|
||||||
SENDNOTICE(){
|
SENDNOTICE(){
|
||||||
if [ "${PUSHOVER_APP_TOKEN}" != "" ]; then
|
if [ "${PUSHOVER_APP_TOKEN}" != "" ]; then
|
||||||
SN_TIT="${1/\%/\%25}"
|
SN_MSG="$(echo ${1} | sed "s/\%/\%25 /g")"
|
||||||
SN_MSG="${2/\%/\%25}"
|
SN_MSG="$(echo ${2} | sed "s/\%/\%25 /g")"
|
||||||
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