Skip to content
Snippets Groups Projects
Commit 7e7a9d17 authored by Martin van Es's avatar Martin van Es
Browse files

Print a SIGHUP line on SIGHUP signal

parent 756dfea9
No related branches found
No related tags found
No related merge requests found
...@@ -60,6 +60,7 @@ def sign(eid): ...@@ -60,6 +60,7 @@ def sign(eid):
def read_metadata(signum, frm): def read_metadata(signum, frm):
print("\n--- SIGHUP ---")
global idps, signed global idps, signed
found = 0 found = 0
removed = 0 removed = 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment