diff options
author | James Rayner <james@archlinux.org> | 2009-02-16 11:35:12 +0100 |
---|---|---|
committer | James Rayner <james@archlinux.org> | 2009-02-16 11:35:12 +0100 |
commit | 1e8e201f7698e07700f4b85d5a045a5d9b4b8188 (patch) | |
tree | 9459c863aa7560931e7745b9665e5727a184cd0d /src/connections | |
parent | 371cd06f36328ba0ddb75fe64102e8fc232a7fd3 (diff) | |
download | netctl-1e8e201f7698e07700f4b85d5a045a5d9b4b8188.tar.gz netctl-1e8e201f7698e07700f4b85d5a045a5d9b4b8188.tar.xz |
remove typo
Diffstat (limited to 'src/connections')
-rw-r--r-- | src/connections/wireless | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/connections/wireless b/src/connections/wireless index e8ff2e5..76f451d 100644 --- a/src/connections/wireless +++ b/src/connections/wireless @@ -7,7 +7,6 @@ wireless_up() { . ${SUBR_DIR}/wireless - if [[ ! -d /sys if [[ ! -d /sys/class/net/$INTERFACE/wireless ]]; then err_append "$INTERFACE is not a valid wireless interface." return 1 |