Change Background to True for both modules
parent
184208c964
commit
df0d1927a2
|
@ -14,7 +14,7 @@ class Module:
|
|||
'Description': 'This module will send a command via ssh.',
|
||||
|
||||
# True if the module needs to run in the background
|
||||
'Background' : False,
|
||||
'Background' : True,
|
||||
|
||||
# File extension to save the file as
|
||||
'OutputExtension' : "",
|
||||
|
|
|
@ -14,7 +14,7 @@ class Module:
|
|||
'Description': 'This module will send an launcher via ssh.',
|
||||
|
||||
# True if the module needs to run in the background
|
||||
'Background' : False,
|
||||
'Background' : True,
|
||||
|
||||
# File extension to save the file as
|
||||
'OutputExtension' : "",
|
||||
|
|
Loading…
Reference in New Issue