Update power.inc.sh

This commit is contained in:
2024-02-11 11:03:33 -06:00
parent 314963970e
commit 367864167e

View File

@@ -450,8 +450,8 @@ CHECKPOWER(){
fi
if [ ${HOST_WATTS} -gt 0 ]; then
echo -e "${idsCL[White]} Power Supply 1 : ${idsCL[Default]}: ${idsCL[LightCyan]}${PS1}'A-${PS1V}'V"
echo -e "${idsCL[White]} Power Supply 2 : ${idsCL[Default]}: ${idsCL[LightCyan]}${PS2}'A-${PS2V}'V"
echo -e "${idsCL[LightCyan]} PS1 : ${idsCL[Default]}: ${idsCL[LightCyan]}${PS1}'A-${PS1V}'V"
echo -e "${idsCL[LightCyan]} PS2 : ${idsCL[Default]}: ${idsCL[LightCyan]}${PS2}'A-${PS2V}'V"
fi
echo -e "${idsCL[Default]}"