This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit bab75b09a22acdf9e024c242f9af78294a45dde5 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Sep 8 02:31:23 2017 +0200 bin/slave-start-prepare.sh: terminate script with "exec java". --- bin/slave-start-prepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/slave-start-prepare.sh b/bin/slave-start-prepare.sh index 50cf254..94d1ef0 100755 --- a/bin/slave-start-prepare.sh +++ b/bin/slave-start-prepare.sh @@ -42,4 +42,4 @@ rm -f -- "slave.jar" # when calling it with the --insecure parameter. curl -R --pinnedpubkey "${ssl_hash}" -JO "https://${host}/jnlpJars/slave.jar" -java -jar "slave.jar" +exec java -jar "slave.jar" -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git