diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2013-07-21 00:51:34 +0200 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2013-07-21 00:51:34 +0200 |
commit | cbd00d5652700792a7833617d947f8a78bb34ccc (patch) | |
tree | f561f0d5b4ebd0ea45b02d54214d24054791d70b /src/lib/connections/wireless | |
parent | 30ea4c009e9ba095eb6ac94655715cc9531d4594 (diff) | |
download | netctl-cbd00d5652700792a7833617d947f8a78bb34ccc.tar.gz netctl-cbd00d5652700792a7833617d947f8a78bb34ccc.tar.xz |
Introduce sed
Instead of filtering results from grep, we can also just use sed.
Installations having grep can be expected to have sed as well.
Diffstat (limited to 'src/lib/connections/wireless')
-rw-r--r-- | src/lib/connections/wireless | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/connections/wireless b/src/lib/connections/wireless index fe01b90..870af51 100644 --- a/src/lib/connections/wireless +++ b/src/lib/connections/wireless @@ -17,7 +17,7 @@ wireless_up() { : ${Security:=none} : ${WPADriver:=nl80211,wext} : ${TimeoutWPA:=15} - + if [[ $RFKill ]]; then enable_rf "$Interface" "$RFKill" || return 1 fi |