Fix macho generation logic

fix-for-1142
chris 2018-05-16 14:48:57 -04:00
parent 39c556d04c
commit dacb913440
1 changed files with 1 additions and 2 deletions

View File

@ -77,7 +77,6 @@ class Stager:
return ""
else:
launcher = launcher.strip('echo').strip(' | /usr/bin/python &').strip("\"")
#launcher = launcher.strip('echo')
macho = self.mainMenu.stagers.generate_macho(launcher)
return macho