From 88fa53fd16711eeaaff1a2f44ba2620e30eed0a2 Mon Sep 17 00:00:00 2001 From: Andrey Petrov Date: Mon, 11 Oct 2021 10:18:03 -0400 Subject: [PATCH] Makefile: deploy tweak --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a7c70d7..99150e4 100644 --- a/Makefile +++ b/Makefile @@ -43,4 +43,4 @@ release: deploy: build/ssh-chat-linux_amd64.tgz ssh -p 2022 ssh.chat tar xvz < build/ssh-chat-linux_amd64.tgz @echo " --- Ready to deploy ---" - @echo "Run: ssh -p 2022 ssh.chat sudo systemctl restart ssh-chat" + @echo "Run: ssh -t -p 2022 ssh.chat sudo systemctl restart ssh-chat"