6 lines
163 B
Bash
6 lines
163 B
Bash
|
|
#!/bin/bash
|
||
|
|
# Power off the hosts when fan sensors crossed thresholds.
|
||
|
|
|
||
|
|
echo "This feature is not implemented in bletchley and it will be implemented in future."
|
||
|
|
|