This commit is contained in:
2025-06-01 15:54:25 -05:00
parent 5c38710449
commit 4493334866
3 changed files with 28 additions and 29 deletions

View File

@@ -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}