Update scripts to space 2.0
This commit is contained in:
parent
5131fed83c
commit
ed042cbfce
21 changed files with 37 additions and 28 deletions
9
bitlair_open.d/20_bitpanel_poweron
Executable file
9
bitlair_open.d/20_bitpanel_poweron
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Ensure the controller is power cycled.
|
||||
powerbar-switch 2 off
|
||||
|
||||
# 1 = Board (upper half)
|
||||
# 2 = Controller
|
||||
# 3 = Board (lower half)
|
||||
powerbar-switch 1-3 on
|
3
bitlair_open.d/20_crossleds_poweron
Executable file
3
bitlair_open.d/20_crossleds_poweron
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
powerbar-switch 20 on
|
|
@ -1,6 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
apc-switch 23 off
|
||||
|
||||
# Switches on the led-board.
|
||||
apc-switch 23 on
|
3
bitlair_open.d/20_roofleds_poweron
Executable file
3
bitlair_open.d/20_roofleds_poweron
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
powerbar-switch 4 on
|
|
@ -1,8 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Starts the computer displaying pretty graphs.
|
||||
|
||||
for i in {0..3}; do
|
||||
wakeonlan '00:1e:c9:72:21:c4' > /dev/null
|
||||
sleep 1
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue