Fix bug in macchanger

This commit is contained in:
derv82
2018-04-18 06:16:53 -04:00
parent 3542381b3e
commit 8f32972546

View File

@@ -49,7 +49,6 @@ class Macchanger(object):
Color.clear_entire_line()
Color.p("\r{+} {C}macchanger{W}: Bringing interface {C}%s{W} up..." % iface)
ifup.wait()
if Ifconfig.up(iface) != 0:
Color.pl("{!} {C}macchanger{W}: Error running %s" % " ".join(cmd))
Color.pl("{!} Output: %s, %s" % (ifup.stdout(), ifup.stderr()))