[Linux] Avoid output to nohup.out
This commit is contained in:
parent
f790588f5b
commit
e291aa3406
@ -1,3 +1,3 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
pkill "$1"
|
pkill "$1"
|
||||||
nohup "$@" & >"/tmp/$1.out" 2>"/tmp/$1.error"
|
nohup "$@" >"/tmp/$1.out" 2>"/tmp/$1.error" &
|
||||||
|
Loading…
Reference in New Issue
Block a user