Adding ucode & UPS definitions to IAC

Este commit está contenido en:
2023-12-21 12:58:32 -06:00
padre e244895552
commit 1ca0272031
Se han modificado 9 ficheros con 66 adiciones y 10 borrados

Ver fichero

@@ -0,0 +1,6 @@
#!/bin/bash
if [ `pwrstat -status | sed 's/^\s\+//' | grep -E ^State | awk '{ print $2; }'` != 'Normal' ]; then
exit 2;
fi
exit 0