osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-dev/+/27432 )
Change subject: net/templates/run.sh: drop 'fg' ......................................................................
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 --- M net/templates/run.sh 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-dev refs/changes/32/27432/1
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 @@
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 \