mirror of https://github.com/apache/activemq.git
Fix for https://issues.apache.org/jira/browse/AMQ-4648 - fix script created by ./bin/activemq create to be able to pass command line args and run in the background
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1506395 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a2c297dc19
commit
02185be527
|
@ -289,7 +289,7 @@ public class CreateCommand extends AbstractCommand {
|
|||
res.append("#export ACTIVEMQ_OPTS=\"$ACTIVEMQ_OPTS_MEMORY -Dorg.apache.activemq.UseDedicatedTaskRunner=true -Djava.util.logging.config.file=logging.properties\"\n\n");
|
||||
res.append("export ACTIVEMQ_HOME=${activemq.home}\n");
|
||||
res.append("export ACTIVEMQ_BASE=$ACTIVEMQ_BASE\n\n");
|
||||
res.append("${ACTIVEMQ_HOME}/bin/activemq \"$*\"");
|
||||
res.append("${ACTIVEMQ_HOME}/bin/activemq \"$@\"");
|
||||
return res.toString();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue