From 7d2cd79f748373801444d48918b4d86d1efd2888 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sat, 17 Sep 2016 19:16:12 -0400 Subject: [PATCH] removed debugging --- customizing/fred/scripts/ssh.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customizing/fred/scripts/ssh.sh b/customizing/fred/scripts/ssh.sh index 85ef9f52..316228c1 100644 --- a/customizing/fred/scripts/ssh.sh +++ b/customizing/fred/scripts/ssh.sh @@ -37,10 +37,10 @@ if [ $? -eq 0 ]; then # re-run the terminal labeller after coming back from ssh. # we check the exit value because we don't want to update this for a failed connection. if [ -z "$prior_title" ]; then -echo prior title nil new label +#echo prior title nil new label bash $FEISTY_MEOW_SCRIPTS/tty/label_terminal_with_infos.sh else -echo "using old prior title of '$prior_title'" +#echo "using old prior title of '$prior_title'" bash $FEISTY_MEOW_SCRIPTS/tty/set_term_title.sh "$prior_title" fi fi -- 2.34.1