Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug when wifi adapter is phy0 #3

Open
tfriedel opened this issue Nov 12, 2016 · 1 comment
Open

bug when wifi adapter is phy0 #3

tfriedel opened this issue Nov 12, 2016 · 1 comment

Comments

@tfriedel
Copy link

I noticed your script uses the command seq 10 to iterate phy1 to phy10. The problem is if it's phy0, it will not work.
I fixed this by changing the line to:
for IDX in $(seq 0 10); do

@ridiculousfish
Copy link
Owner

Cool! Want to make a PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants