11 lines
230 B
Bash
Executable file
11 lines
230 B
Bash
Executable file
#!/bin/bash
|
|
|
|
ssh -o ConnectTimeout=1 root@music.bitlair.nl shutdown -h now
|
|
sleep 5
|
|
apc-switch 13 2
|
|
|
|
# Amplifier and KVM switch
|
|
apc-switch 20 2
|
|
sleep 1
|
|
|
|
mqtt-simple -r -h mqtt.bitlair.nl -p 'bitlair/music/space/state' -m 'stopped'
|