update
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
VERS='2.5.90-12302023'
|
||||
|
||||
noheader=' update service dailytemp confsync '
|
||||
noheader=' update service dailytemp confsync -r -report '
|
||||
|
||||
HC_CW=60
|
||||
|
||||
|
||||
@@ -865,7 +865,9 @@ PDUCONTROL(){
|
||||
}
|
||||
|
||||
SENDPOWER(){
|
||||
SENDNOTICE "TEST 2" "TESTING TESTING" &
|
||||
SENDNOTICE "TEST 2" "TESTING
|
||||
|
||||
TESTING" &
|
||||
echo -en "sending ... "
|
||||
SENDNOTICE "${1}" "`${PW_SCRIPT} check power -p -r`"
|
||||
echo "done"
|
||||
|
||||
@@ -730,7 +730,7 @@ TEST(){
|
||||
|
||||
|
||||
#########################################################
|
||||
if [[ "${1}" != *"_service" ]] && [[ "${noheader}" != *" ${1} "* ]] && [[ "${noheader}" != *" ${2} "* ]]; then
|
||||
if [[ "${1}" != *"_service" ]] && [[ "${noheader}" != *" ${1} "* ]] && [[ "${noheader}" != *" ${2} "* ]] && [[ "${noheader}" != *" ${3} "* ]] && [[ "${noheader}" != *" ${4} "* ]] && [[ "${noheader}" != *" ${5} "* ]]; then
|
||||
echo
|
||||
DIVIDER . lightGreen 70
|
||||
msg="| PowerWall Management ${idsCL[Default]} ${idsCL[DarkGray]}(ver-${VERS})"
|
||||
|
||||
Reference in New Issue
Block a user