Change Background to True for both modules

php_fix
xorrior 2018-01-27 18:56:08 -05:00
parent 184208c964
commit df0d1927a2
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ class Module:
'Description': 'This module will send a command via ssh.', 'Description': 'This module will send a command via ssh.',
# True if the module needs to run in the background # True if the module needs to run in the background
'Background' : False, 'Background' : True,
# File extension to save the file as # File extension to save the file as
'OutputExtension' : "", 'OutputExtension' : "",

View File

@ -14,7 +14,7 @@ class Module:
'Description': 'This module will send an launcher via ssh.', 'Description': 'This module will send an launcher via ssh.',
# True if the module needs to run in the background # True if the module needs to run in the background
'Background' : False, 'Background' : True,
# File extension to save the file as # File extension to save the file as
'OutputExtension' : "", 'OutputExtension' : "",