From f34a9443ebdd73e363423192037957c31238ddfd Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Wed, 23 Feb 2022 12:29:06 +0100 Subject: [PATCH] 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 --- net/templates/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \