Update powerwall.sh

This commit is contained in:
2023-12-01 10:46:21 -06:00
parent 38b28de397
commit ec06269369

View File

@@ -971,7 +971,7 @@ POWERLOGGER_SERVICE(){
else
QRY="INSERT INTO power_data (\`sensorid\`, \`date\`, \`amp\`) VALUES ('12','${LogDataTime}','${APCPDU_AMP}')"
fi
# ${mysql_conn} -e "USE servermonitor; ${QRY}"
${mysql_conn} -e "USE servermonitor; ${QRY}"
fi
if [ "${SVRRM_VOLT}" != "" ] && [ "${APCPDU_AMP}" != "" ]; then