conn

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

commit 46bd69792156e68ee4596b2e5c5cb5ad92c61dff
parent a3e40447db74dbdcc6152590ce257bec049a27d2
Author: Christoph Lohmann <20h@r-36.net>
Date:   Fri,  7 Aug 2015 19:53:49 +0200

The default path for wpa_supplicanf.conf changed.

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

diff --git a/etc/conn/config.sh b/etc/conn/config.sh @@ -48,7 +48,7 @@ STATEDIR="/var/lib/conn" # Set this variable to the location of the wpa_supplicant.conf, which # should be used in the "wifi" connection. # -WPACONF="/etc/wpa_supplicant.conf" +WPACONF="/etc/wpa_supplicant/wpa_supplicant.conf" # # This is the command, which will be run when invoking wpa_supplicant.