diff options
Diffstat (limited to '')
-rw-r--r-- | ssh-command.sh | 2 |
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 } |