11 lines
290 B
Bash
Executable file
11 lines
290 B
Bash
Executable file
#!/bin/bash
|
|
|
|
ssh -o ConnectTimeout=1 root@music.bitlair.nl /opt/shutdown.sh
|
|
ssh -o ConnectTimeout=1 root@music.bitlair.nl shutdown -h now
|
|
sleep 10
|
|
apc-switch 18 off
|
|
|
|
# Amplifier and KVM switch
|
|
apc-switch 19 off
|
|
|
|
mqtt-simple -r -h mqtt.bitlair.nl -p 'bitlair/music/space/state' -m 'stopped'
|