Update power.inc.sh
This commit is contained in:
@@ -407,7 +407,7 @@ CHECKPOWER(){
|
|||||||
HOST_WATTS_disp="${idsCL[LightRed]}Host powered down "
|
HOST_WATTS_disp="${idsCL[LightRed]}Host powered down "
|
||||||
HOST_WATTS=-1
|
HOST_WATTS=-1
|
||||||
elif [ "${HOST_WATTS}" = "0" ]; then
|
elif [ "${HOST_WATTS}" = "0" ]; then
|
||||||
HOST_WATTS_disp="${idsCL[Yellow]}Host PSU not capable "
|
HOST_WATTS_disp="${idsCL[Yellow]}Host PSU not capable"
|
||||||
HOST_WATTS=-2
|
HOST_WATTS=-2
|
||||||
else
|
else
|
||||||
HOST_WATTS_disp="${idsCL[LightRed]}Could not pull data"
|
HOST_WATTS_disp="${idsCL[LightRed]}Could not pull data"
|
||||||
|
|||||||
Reference in New Issue
Block a user