#!/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
