This commit is contained in:
2023-12-30 15:53:19 -06:00
parent cca7fe4f69
commit 451eb10158
2 changed files with 2 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ SENDNOTICE(){
if [ "${TEST_INPUTACV}" != "" ] || [ "${TEST_BATTVOLT}" != "" ]; then
PUSH_TO_MOBILE "***TEST MODE***
${2}
${2/\%/\%25}
$(date)" "${1}" ${3} &
else

View File

@@ -869,7 +869,7 @@ SENDPOWER(){
TESTING" &
st_power=`${PW_SCRIPT} check power -p -r`
SENDNOTICE "${1}" "${st_power/\%/\%25}"
SENDNOTICE "${1}" "${st_power}"
}