RUN_AS_USER in linux activemq script set incorrectly
----------------------------------------------------
Key: AMQ-1675
URL: https://issues.apache.org/activemq/browse/AMQ-1675
Project: ActiveMQ
Issue Type: Bug
Components: Broker
Affects Versions: 5.0.0
Environment: fedora 7, java 1.5
Reporter: joseph benavidez
Attachments: activemq-run_as_group.patch
bin/linux/activemq gives:
chown: `myuser:RUN_AS_USER': invalid group
The line
RUN_AS_GROUP=RUN_AS_USER
should be
RUN_AS_GROUP=$RUN_AS_USER
Including simple fix as a patch.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.