Fix scan.sh
This commit is contained in:
parent
0957dcf927
commit
fafa22259e
1 changed files with 1 additions and 1 deletions
2
scan.sh
2
scan.sh
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
adapter=wlan0
|
||||
adapter_mon="${wlo1}mon"
|
||||
adapter_mon="${adapter}mon"
|
||||
|
||||
# Check for root privileges
|
||||
if [ "$(id -u)" != "0" ]
|
||||
|
|
Loading…
Reference in a new issue