mesa/.gitlab-ci/bare-metal/poe-on

9 lines
187 B
Bash
Executable File

#!/bin/bash
if [ -z "$BM_POE_INTERFACE" ]; then
echo "Must supply the PoE Interface to power up"
exit 1
fi
$CI_PROJECT_DIR/install/bare-metal/poe-set.py $BM_POE_INTERFACE reset