diff --git a/net/templates/run.sh b/net/templates/run.sh index 0a8cfb1..fdf4f3d 100755 --- a/net/templates/run.sh +++ b/net/templates/run.sh @@ -128,7 +128,7 @@ EOF case "$terminal" in tmux) - tmux new-window -d -n "$title" "$launcher &; echo \$! > $pidfile_term; fg; wait" + tmux new-window -d -n "$title" "$launcher &; echo \$! > $pidfile_term; wait" ;; *) $terminal \