mirror of
https://github.com/laurivosandi/certidude
synced 2025-09-06 13:51:12 +00:00
cli: spawn: Fix error message when certidude signer is already running
This commit is contained in:
@@ -124,7 +124,9 @@ def certidude_spawn(kill, no_interaction):
|
||||
sleep(1)
|
||||
except ProcessLookupError:
|
||||
pass
|
||||
ca_loaded = True
|
||||
else:
|
||||
ca_loaded = True
|
||||
continue
|
||||
|
||||
child_pid = os.fork()
|
||||
|
Reference in New Issue
Block a user