Last change
on this file since 103996 was 103996, checked in by vboxsync, 13 months ago |
Additions/3D/mesa: export mesa-24.0.2 to OSE. bugref:10606
|
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
|
File size:
297 bytes
|
Line | |
---|
1 | #!/bin/bash
|
---|
2 |
|
---|
3 | relay=$1
|
---|
4 |
|
---|
5 | if [ -z "$relay" ]; then
|
---|
6 | echo "Must supply a relay arg"
|
---|
7 | exit 1
|
---|
8 | fi
|
---|
9 |
|
---|
10 | "$CI_PROJECT_DIR"/install/bare-metal/eth008-power-relay.py "$ETH_HOST" "$ETH_PORT" off "$relay"
|
---|
11 | sleep 5
|
---|
12 | "$CI_PROJECT_DIR"/install/bare-metal/eth008-power-relay.py "$ETH_HOST" "$ETH_PORT" on "$relay"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.