#!/bin/bash

# Utility for restoring bridge node functionality.
#
# Version 1.0.1

if [ ! "$UID" -eq 0 ] ; then
        echo "The bridge utilities must be controlled as root or sudo."
        exit -1
fi

python /usr/local/bin/FlashBridge.pyc $@
