diff options
author | Oleksii Tkachuk <oleksii.tkachuk@gmail.com> | 2011-08-13 18:40:57 +0200 |
---|---|---|
committer | Rémy Oudompheng <remy@archlinux.org> | 2011-08-13 18:40:57 +0200 |
commit | a285ed2891721a4217460b230fcb2cf067103d8b (patch) | |
tree | f44c10fa4826bb26996a7e666b687d9a4899546d | |
parent | f218cbf49d4e521f0186f3879ce977040bcd54b3 (diff) | |
download | netctl-a285ed2891721a4217460b230fcb2cf067103d8b.tar.gz netctl-a285ed2891721a4217460b230fcb2cf067103d8b.tar.xz |
wireless: don't try to source non-existent "wireless" (FS#25514)
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
-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 7ed5abe..a52972a 100644 --- a/src/connections/wireless +++ b/src/connections/wireless @@ -122,7 +122,6 @@ wireless_down() { # Handle wireless kill switches # Any reason why a hardware switch should be considered on interface down? if [[ "$RFKILL" == "soft" ]]; then - . "$SUBR_DIR/wireless" set_rf_state "$INTERFACE" disabled $RFKILL_NAME || return 1 fi } |