Files
third_party_mesa3d/.gitlab-ci/bare-metal/eth008-power-down.sh
2023-05-25 16:06:53 +02:00

11 lines
194 B
Bash
Executable File

#!/bin/bash
relay=$1
if [ -z "$relay" ]; then
echo "Must supply a relay arg"
exit 1
fi
"$CI_PROJECT_DIR"/install/bare-metal/eth008-power-relay.py "$ETH_HOST" "$ETH_PORT" off "$relay"