9 lines
168 B
Bash
Executable file
9 lines
168 B
Bash
Executable file
#!/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
|