mirror of
https://github.com/laurivosandi/certidude
synced 2024-12-23 00:25:18 +00:00
cli: spawn: Fix error message when certidude signer is already running
This commit is contained in:
parent
49a79c9180
commit
03f9c9fd50
@ -124,7 +124,9 @@ def certidude_spawn(kill, no_interaction):
|
|||||||
sleep(1)
|
sleep(1)
|
||||||
except ProcessLookupError:
|
except ProcessLookupError:
|
||||||
pass
|
pass
|
||||||
|
ca_loaded = True
|
||||||
else:
|
else:
|
||||||
|
ca_loaded = True
|
||||||
continue
|
continue
|
||||||
|
|
||||||
child_pid = os.fork()
|
child_pid = os.fork()
|
||||||
|
Loading…
Reference in New Issue
Block a user