[jboss-osgi-commits] JBoss-OSGI SVN: r89607 - projects/jboss-osgi/trunk/hudson/hudson-home/bin.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Mon Jun 1 11:23:07 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-06-01 11:23:05 -0400 (Mon, 01 Jun 2009)
New Revision: 89607

Modified:
   projects/jboss-osgi/trunk/hudson/hudson-home/bin/startup.sh
Log:
Start with explicit profile config

Modified: projects/jboss-osgi/trunk/hudson/hudson-home/bin/startup.sh
===================================================================
--- projects/jboss-osgi/trunk/hudson/hudson-home/bin/startup.sh	2009-06-01 15:13:19 UTC (rev 89606)
+++ projects/jboss-osgi/trunk/hudson/hudson-home/bin/startup.sh	2009-06-01 15:23:05 UTC (rev 89607)
@@ -25,7 +25,7 @@
 start)
     # This version of run.sh obtains the pid of the JVM and saves it as jboss.pid
     # It relies on bash specific features
-    /bin/bash $RUNTIME_HOME/bin/run.sh -c SERVER_NAME -b $BINDADDR &
+    /bin/bash $RUNTIME_HOME/bin/run.sh -c $SERVER_NAME -b $BINDADDR &
     ;;
 stop)
     pidfile="$RUNTIME_HOME/bin/pid.txt"




More information about the jboss-osgi-commits mailing list