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" }