net/templates/run.sh: drop 'fg'

This was related to attempting to fix the infinite "q Enter to close"
msgs bug, which has been properly fixed in
Iebb799493f76fd57f24b15c998ded2bd8e284e6b.

Remove fg to get rid of this error:
  zsh:fg:1: no job control in this shell.

Change-Id: Iba7a1adbc4f48b0477a53590ffec8af518fdf467
This commit is contained in:
Oliver Smith 2022-02-23 12:29:06 +01:00
parent 2cfd792312
commit f34a9443eb
1 changed files with 1 additions and 1 deletions

View File

@ -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 \