#!/bin/sh

if [ ! -n "$1" -o "$1" == "0" ]; then
	eapcontroller-unbind
fi

exit 0