Update powerwall.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user