conn

A script repository to manage connections in Linux.
git clone git://r-36.net/conn
Log | Files | Refs | LICENSE

commit 37b3408b3861633fbf9d25f08b635621885c3309
parent 9f4b6b7faabdbe8b08a35f63ca4c00ba83e15e18
Author: Christoph Lohmann <20h@r-36.net>
Date:   Tue, 22 Feb 2011 11:43:54 +0100

Now HUP to wpa-supplicant works.

Diffstat:
etc/conn/common.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/conn/common.sh b/etc/conn/common.sh @@ -33,7 +33,7 @@ startwpa() { } hupwpa() { - [ -e $WPAPID.$1 ] && /bin/kill -HUP `cat WPAPID.$1` + [ -e $WPAPID.$1 ] && /bin/kill -HUP `cat $WPAPID.$1` } stopwpa() {