Tweak script timeouts

This commit is contained in:
polyfloyd 2016-10-14 20:14:54 +02:00
parent 99dfc40c91
commit 88dc5c6fcd
5 changed files with 5 additions and 6 deletions

View file

@ -1,4 +1,6 @@
#!/bin/bash
apc-switch 23 off
# Switches on the led-board.
apc-switch 23 on

View file

@ -1,8 +1,7 @@
#!/bin/bash
# Switches on the music computer.
apc-switch 13 off
sleep 10
# Switches on the music computer.
apc-switch 13 on
# Amplifier and KVM switch

View file

@ -2,6 +2,4 @@
# Switches on the phones.
poe-switch 1 1
sleep 1
poe-switch 2 1
sleep 1

View file

@ -1,3 +1,3 @@
#!/bin/bash
echo "DJO is now open" | nc 127.0.0.1 31337
irc-say "DJO is now open"

View file

@ -1,3 +1,3 @@
#!/bin/bash
echo "DJO is now open" | nc 127.0.0.1 31337
irc-say "DJO is now open"