diff --git a/dotfiles/lib/bin/restart.sh b/dotfiles/lib/bin/restart.sh index b9c1049b..5ce3452f 100755 --- a/dotfiles/lib/bin/restart.sh +++ b/dotfiles/lib/bin/restart.sh @@ -1,3 +1,3 @@ #!/usr/bin/env sh pkill "$1" -nohup "$@" & >"/tmp/$1.out" 2>"/tmp/$1.error" +nohup "$@" >"/tmp/$1.out" 2>"/tmp/$1.error" &