From 4fe931eac0f4df73ed893555c464b2dd79a1c660 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Sun, 24 Jul 2016 22:20:29 +0200 Subject: [PATCH] fixup --- smashbroshaxer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smashbroshaxer b/smashbroshaxer index 94fac67..059c6fc 100755 --- a/smashbroshaxer +++ b/smashbroshaxer @@ -25,10 +25,10 @@ hax_my_smash () { -r ${replay} \ -h 59:ee:3f:2a:37:e0 \ -x 20 \ - ${device} && \ + ${device} ; \ sudo ifconfig ${device} down && \ sudo iwconfig ${device} mode managed && \ - sudo ifconfig ${device} up​" + sudo ifconfig ${device} up" }