diff --git a/src-server/Server/Communication.hs b/src-server/Server/Communication.hs index 811857e..fc448f9 100644 --- a/src-server/Server/Communication.hs +++ b/src-server/Server/Communication.hs @@ -28,6 +28,7 @@ dropSocketOnSigint sock = (SockAddrUnix path) <- getSocketName sock close' sock removeIfExists path + -- Raise SIGINT again so it does not get blocked raiseSignal keyboardSignal ) Nothing