summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/wol-f3s2
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