#!/bin/bash

if [ -s "/var/run/wpa_supplicant-$NAME.pid" ]; then
	kill `cat /var/run/wpa_supplicant-$NAME.pid`
fi
