summary refs log tree commit diff
path: root/ssh-command.sh
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2018-02-25 22:10:46 -0500
committerJune McEnroe <programble@gmail.com>2018-02-25 22:11:37 -0500
commite8c73759dc86ea05f7a7778a94ca6ce583a1305b (patch)
treec50bbe73e62a03d427d46da88abe10ab5d9e4ca3 /ssh-command.sh
parentAdd missing include (diff)
downloadstream-e8c73759dc86ea05f7a7778a94ca6ce583a1305b.tar.gz
stream-e8c73759dc86ea05f7a7778a94ca6ce583a1305b.zip
Switch back to static window sizing
Diffstat (limited to 'ssh-command.sh')
-rw-r--r--ssh-command.sh2
1 files changed, 1 insertions, 1 deletions
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
 }