From b2e709355b89585c61ef8ef5c6eff04b96d69e0d Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 22 Jun 2017 11:56:23 +1000 Subject: General: Fix nohup file bug --- wal | 1 + 1 file changed, 1 insertion(+) (limited to 'wal') diff --git a/wal b/wal index 9b48ce9..f56dcfa 100755 --- a/wal +++ b/wal @@ -114,6 +114,7 @@ def process_args(args): # -o if args.o: subprocess.Popen(["nohup", args.o], + stdout=open("/dev/null", "w"), stderr=open("/dev/null", "w"), preexec_fn=os.setpgrp) -- cgit v1.2.3