mirror of
https://github.com/Rudd-O/ansible-qubes.git
synced 2025-03-01 14:22:33 +01:00
Fix error, 2.
This commit is contained in:
parent
78e00bba3a
commit
f84379bb33
@ -333,9 +333,7 @@ def quotedargs():
|
||||
|
||||
|
||||
def main_master():
|
||||
set_proc_name(
|
||||
"bombshell-client (master) %s" % quotedargs())
|
||||
)
|
||||
set_proc_name("bombshell-client (master) %s" % quotedargs())
|
||||
global logging
|
||||
logging = LoggingEmu("master")
|
||||
|
||||
@ -429,9 +427,7 @@ def pairofpipes():
|
||||
|
||||
|
||||
def main_remote():
|
||||
set_proc_name(
|
||||
"bombshell-client (remote) %s" % quotedargs()
|
||||
)
|
||||
set_proc_name("bombshell-client (remote) %s" % quotedargs())
|
||||
global logging
|
||||
logging = LoggingEmu("remote")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user