From 1bd3815184fc78e65935e1329efbeb1f600daebe Mon Sep 17 00:00:00 2001 From: Christian Nieves Date: Thu, 28 Jul 2022 12:51:20 -0500 Subject: [PATCH] work script --- scripts/scripts/work | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/scripts/work b/scripts/scripts/work index 8890309..98d3170 100755 --- a/scripts/scripts/work +++ b/scripts/scripts/work @@ -13,7 +13,7 @@ gcertstatus || gcert # Just keep reconnecting upon failure while [ 1 ]; do - ssh -t $host $SSH_OPTS "$tmux_cmd" + ssh $host -t $SSH_OPTS "$tmux_cmd" # Don't reconnect if disconnection not due to error (i.e., user detached) if [ $? -eq 0 ]; then break; fi