From caa3a7378b62cefe5cde4e32a4b46779b96154a1 Mon Sep 17 00:00:00 2001 From: Bruno Tavares Date: Sat, 26 Sep 2015 23:44:25 -0300 Subject: [PATCH] Allocates a tty when deploying to allow full fledge interaction To have some interactions on the script we need to allocate a tty. This adds a pseudo-tty to the ssh session. This enables `read -s` on deployment scripts. --- lib/kickstart-deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kickstart-deploy b/lib/kickstart-deploy index fdacb76..2c7c0bd 100755 --- a/lib/kickstart-deploy +++ b/lib/kickstart-deploy @@ -35,4 +35,4 @@ cat <