mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-02-09 06:49:45 +01:00
General: Fix nohup file bug
This commit is contained in:
parent
ecac158a25
commit
b2e709355b
1
wal
1
wal
@ -114,6 +114,7 @@ def process_args(args):
|
|||||||
# -o
|
# -o
|
||||||
if args.o:
|
if args.o:
|
||||||
subprocess.Popen(["nohup", args.o],
|
subprocess.Popen(["nohup", args.o],
|
||||||
|
stdout=open("/dev/null", "w"),
|
||||||
stderr=open("/dev/null", "w"),
|
stderr=open("/dev/null", "w"),
|
||||||
preexec_fn=os.setpgrp)
|
preexec_fn=os.setpgrp)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user