Al Nikolov edited a comment on Bug JENKINS-22868

Please apply this diff in order to make the life easier

--- /etc/init.d/jenkins.orig	2014-05-13 11:05:58.564973080 +0300
+++ /etc/init.d/jenkins	2014-05-13 11:13:06.723067939 +0300
@@ -24,6 +24,7 @@
 #DAEMON=$JENKINS_SH
 DAEMON=/usr/bin/daemon
 DAEMON_ARGS="--name=$NAME --inherit --env=JENKINS_HOME=$JENKINS_HOME --output=$JENKINS_LOG --pidfile=$PIDFILE" 
+[ -n "$PREFIX" ] && JENKINS_ARGS="$JENKINS_ARGS --prefix=$PREFIX"
 
 SU=/bin/su
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to