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