Fix scan.sh

This commit is contained in:
JonOfUs 2023-08-12 17:59:27 +02:00
parent 0957dcf927
commit fafa22259e

View file

@ -1,7 +1,7 @@
#!/bin/bash
adapter=wlan0
adapter_mon="${wlo1}mon"
adapter_mon="${adapter}mon"
# Check for root privileges
if [ "$(id -u)" != "0" ]