This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit 1445030e678b8d75ca6a744261c2d9eb9cb19489 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Nov 25 06:29:11 2017 +0100 bin/slave-start-connect.sh: force pseudo-tty allocation to allow su usage. --- 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 b791bf8..5be18dc 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 "${user}@${host}" "bin/${prefix}-slave-start-chroot.sh" +ssh -t "${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