diff options
Diffstat (limited to 'net-profile')
-rwxr-xr-x | net-profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-profile b/net-profile index a5beaa5..1c16b9f 100755 --- a/net-profile +++ b/net-profile @@ -7,7 +7,7 @@ fi setup_wifi() { - if [[ $1 != "home" ]]; then + if [[ $1 != "home" && $1 != "hotspot" ]]; then sudo macchanger -e $DEV fi sudo wpa_supplicant -i $DEV -c ~/.net_profiles/$1.conf &>/tmp/wpa_supplicant.log & |