From 7dc35aa883aa537e85be1e64b3a0c9e0df3d3c1c Mon Sep 17 00:00:00 2001 From: bouini Date: Sat, 10 Sep 2016 16:06:30 +0200 Subject: [PATCH] Update homepass.sh --- homepass.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homepass.sh b/homepass.sh index f6bf258..35146e6 100644 --- a/homepass.sh +++ b/homepass.sh @@ -50,7 +50,7 @@ cleanup() { for i in $mac_list do echo "Spoofing ${wifi} to $i for ${relay_time} seconds..." -### spoofMacAddress "$i" + spoofMacAddress "$i" done echo "Restoring ${wifi} to ${wl_mac}" -- 2.11.4.GIT