force tty to get interactive questions from master
authorDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 25 Jun 2014 14:17:03 +0000 (16:17 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 25 Jun 2014 14:17:03 +0000 (16:17 +0200)
bin/instance

index 9cacded..ebb924a 100755 (executable)
@@ -1,4 +1,4 @@
 #!/bin/sh -ex
 
 #!/bin/sh -ex
 
-ssh `gnt-cluster getmaster` \
+ssh -t `gnt-cluster getmaster` \
 gnt-instance $*
 gnt-instance $*