From f19e722f4d3494d5bc70678975a068f798992f21 Mon Sep 17 00:00:00 2001 From: Rob Zimmerman Date: Fri, 30 Aug 2013 08:20:54 -0400 Subject: [PATCH] Change "back to original MAC" to be a sudo command. Should fix #3 --- relaymyhome | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relaymyhome b/relaymyhome index 26a2ee9..06279ce 100755 --- a/relaymyhome +++ b/relaymyhome @@ -105,7 +105,7 @@ else done fi -ifconfig $wifi lladdr $WirelessMAC +sudo ifconfig $wifi lladdr $WirelessMAC networksetup -setairportpower $wifi off networksetup -setairportpower $wifi on