diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-27 00:45:17 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-27 00:45:17 +0300 |
| commit | b934cb4431fa0f87b7ee116c976750f16bff031a (patch) | |
| tree | 2118c9b9080c09084e9337c7cee0363c739425d6 /scripts | |
| parent | cd1d0e10f9997c5642fb8848c37844488a4b7c13 (diff) | |
scripts/wol-f3s: Power off rack fans after host shutdown
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/wol-f3s | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/wol-f3s b/scripts/wol-f3s index 49b92c8..3c1f5c8 100755 --- a/scripts/wol-f3s +++ b/scripts/wol-f3s @@ -176,6 +176,8 @@ case "$ACTION" in shutdown_host "f0" "$F0_IP" shutdown_host "f1" "$F1_IP" shutdown_host "f2" "$F2_IP" + # Power off the rack fans once all hosts are shutting down. + shelly_set "false" echo "" echo "✓ Shutdown commands sent to all Beelinks." exit 0 |
