Update powerwall.sh

This commit is contained in:
2023-12-03 13:14:12 -06:00
parent 59e6a1b265
commit aa780c4fdf

View File

@@ -1592,6 +1592,7 @@ PDUCONTROL(){
[ ${p} -lt 10 ] && pp=" ${p}" || pp=${p}
c=0; spc=''; spc1=`expr 28 - ${#port}`; until [ ${c} = ${spc1} ]; do spc="${spc} "; c=`expr ${c} + 1`; done
echo -e "${pp}) ${idsCL[LightCyan]}${port}${spc}${idsCL[Default]}: ${portpower_disp}${idsCL[Default]}"
((p++))
done
fi
}