This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit 5428f33eb718a6e7f0cdf976417ead77a542785b Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Nov 25 06:31:35 2017 +0100 bin/slave-start-connect.sh: and then force PTY allocation even harder. --- bin/slave-start-connect.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/slave-start-connect.sh b/bin/slave-start-connect.sh index 5be18dc..db39c78 100755 --- a/bin/slave-start-connect.sh +++ b/bin/slave-start-connect.sh @@ -34,4 +34,4 @@ if [ "x$(basename "${0}")" = "x${prefix}-slave-start-connect.sh" ]; then esac fi -ssh -t "${user}@${host}" "bin/${prefix}-slave-start-chroot.sh" +ssh -tt "${user}@${host}" "bin/${prefix}-slave-start-chroot.sh" -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/buildscripts.git