From: Dobrica Pavlinusic Date: Wed, 25 Jun 2014 14:17:03 +0000 (+0200) Subject: force tty to get interactive questions from master X-Git-Url: http://git.rot13.org/?p=ganeti-extstorage-zfs;a=commitdiff_plain;h=0b440efdd7b0e1fb184ab0f73dc47e76f223fd8f force tty to get interactive questions from master --- 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 $*