From cefefa7d1b60417e7561715243b67b2c031442d8 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 28 Mar 2017 11:26:55 -0400 Subject: [PATCH] Move the console title to right place --- xCAT-client/bin/tcons | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-client/bin/tcons b/xCAT-client/bin/tcons index 97a7d65c3..8801c5e06 100755 --- a/xCAT-client/bin/tcons +++ b/xCAT-client/bin/tcons @@ -9,11 +9,11 @@ for i in `nodels "$1"`; do continue fi tmux select-pane -t $p + tmux set-option pane-border-status top > /dev/null 2>&1 | cat > /dev/null p=$((p+1)) qdate=$((`date +%s`+5)) tmux split -h "rcons $i;if [ \`date +%s\` -lt $qdate ]; then echo Press enter to close; read qdate; fi" tmux select-layout tiled done tmux select-pane -t 0 -tmux set-option pane-border-status top > /dev/null 2>&1 | cat > /dev/null tmux attach -t tcons_$$