spacestated/bitlair_closed.d/20_ledboard_poweroff

7 lines
122 B
Bash
Executable file

#!/bin/bash
# Switches off the led-board.
ssh root@bitpanel.bitlair.nl shutdown -h now
sleep 5
apc-switch 23 off
sleep 1