From e8c73759dc86ea05f7a7778a94ca6ce583a1305b Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 25 Feb 2018 22:10:46 -0500 Subject: Switch back to static window sizing --- ssh-command.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ssh-command.sh') diff --git a/ssh-command.sh b/ssh-command.sh index 84bc350..4433717 100644 --- a/ssh-command.sh +++ b/ssh-command.sh @@ -33,7 +33,7 @@ start() { echo " git clone $GIT_URL" echo " cd stream" echo " make ptee" - echo " ./ptee | ssh -t $SSH_URL ingest $id" + echo " ./ptee | ssh $SSH_URL ingest $id" echo } -- cgit 1.4.1