Update power.inc.sh

This commit is contained in:
2024-02-11 07:42:30 -06:00
parent 948774d445
commit 685508baf5

View File

@@ -825,7 +825,6 @@ POWERLOGGER_SERVICE(){
fi
${mysql_conn} -e "USE servermonitor; ${QRY}"
fi
echo "HERE: '${QRY}'"
if [ "${SVRRM_VOLT}" != "" ] && [ "${APCPDU_AMP}" != "" ]; then
NETRK_AMP=`echo "scale=2; ${SVRRM_AMP}-${APCPDU_AMP}" | bc`