update
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
PW_VERS='2.10.t-05312025'
|
||||
PW_VERS='2.10.2-06012025'
|
||||
|
||||
noheader=' update service dailytemp confsync -r -report test '
|
||||
|
||||
@@ -107,7 +107,7 @@ SENDNOTICE(){
|
||||
if [ "${PUSHOVER_APP_TOKEN}" != "" ]; then
|
||||
SN_TIT="$(echo -e "${1}" | sed "s/\%/\%25 /g")"
|
||||
SN_MSG="$(echo -e "${2}" | sed "s/\%/\%25 /g")"
|
||||
if [ "${TEST_INPUTACV}" != "" ] || [ "${TEST_BATTVOLT}" != "" ]; then
|
||||
if [ ${TESTMODE} -eq 1 ]; then
|
||||
PUSH_TO_MOBILE "***TEST MODE***
|
||||
|
||||
${SN_MSG}
|
||||
|
||||
Reference in New Issue
Block a user