diff --git a/onionr/onionrcommands/daemonlaunch.py b/onionr/onionrcommands/daemonlaunch.py index 797860e1..dc2dbd64 100755 --- a/onionr/onionrcommands/daemonlaunch.py +++ b/onionr/onionrcommands/daemonlaunch.py @@ -114,6 +114,7 @@ def daemon(): except KeyboardInterrupt: pass cleanup.delete_run_files() + sys.stderr.close() def _ignore_sigint(sig, frame): '''This space intentionally left blank'''