[X2Go-Commits] [buildscripts] 03/03: bin/slave-start-prepare.sh: terminate script with "exec java".

git-admin at x2go.org git-admin at x2go.org
Fri Sep 8 02:31:54 CEST 2017


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 at 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


More information about the x2go-commits mailing list