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.',
|
'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' : "",
|
||||||
|
|
|
@ -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' : "",
|
||||||
|
|
Loading…
Reference in New Issue