X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=customizing%2Ffred%2Fscripts%2Fssh.sh;h=316228c1f01ad16f8ba88b9cfddb3d98aa9db324;hb=9324c679745724be4b8f67402b0940e438a1370b;hp=85ef9f52cdbe621048907431fe02298f5e6591c3;hpb=2f5f0147ce2a06813e4fee82bd771ebf8c8a73ee;p=feisty_meow.git 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