From 0b440efdd7b0e1fb184ab0f73dc47e76f223fd8f Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Wed, 25 Jun 2014 16:17:03 +0200 Subject: [PATCH] force tty to get interactive questions from master --- bin/instance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/instance b/bin/instance index 9cacded..ebb924a 100755 --- a/bin/instance +++ b/bin/instance @@ -1,4 +1,4 @@ #!/bin/sh -ex -ssh `gnt-cluster getmaster` \ +ssh -t `gnt-cluster getmaster` \ gnt-instance $* -- 2.20.1