update
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
PW_VERS='2.12.2-07192025'
|
PW_VERS='2.12.4-07192025'
|
||||||
|
|
||||||
noheader=' update service dailytemp confsync -r -report test '
|
noheader=' update service dailytemp confsync -r -report test '
|
||||||
|
|
||||||
|
|||||||
@@ -1686,7 +1686,7 @@ SENDPOWER(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
OFFSITE_SENDPOWER(){
|
OFFSITE_SENDPOWER(){
|
||||||
st_power=`${PW_SCRIPT} check temp -o -S -r -x usage; ${PW_SCRIPT} check power -o -p -r`
|
st_power=$(${PW_SCRIPT} check temp -o -S -r -x usage; ${PW_SCRIPT} check power -o -p -r)
|
||||||
SENDNOTICE "${1}" "${st_power}" 0 cosmic
|
SENDNOTICE "${1}" "${st_power}" 0 cosmic
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -684,7 +684,7 @@ CHECKTEMP(){
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
rm -f ${PW_TMPFOLDER}/.local.fanspeed.*
|
rm -f ${PW_TMPFOLDER}/.local.fanspeed.*
|
||||||
[ "${avgdays}" != "" ] && [ ${REPORT} -eq 0 ] && end=`date +%s`; runtime=$((end-start)); echo -e "${idsCL[Default]}script runtime: ${runtime}s"
|
${REPORT} -eq 0 ] && end=`date +%s`; runtime=$((end-start)); echo -e "${idsCL[Default]}script runtime: ${runtime}s"
|
||||||
[ ${REPORT} -eq 0 ] && [ "${PW_ACTION}" != "" ] && echo -e "${idsCL[Default]}"
|
[ ${REPORT} -eq 0 ] && [ "${PW_ACTION}" != "" ] && echo -e "${idsCL[Default]}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user