This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch activemq-5.18.x
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/activemq-5.18.x by this push:
     new 4a3f55f7c AMQ-9434: Fix ACTIVEMQ_CONFIGS loading
4a3f55f7c is described below

commit 4a3f55f7ccce3e027e59874cecf3a889abbda9cb
Author: JB Onofré <[email protected]>
AuthorDate: Fri Mar 8 17:16:22 2024 +0100

    AMQ-9434: Fix ACTIVEMQ_CONFIGS loading
---
 assembly/src/release/bin/activemq | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assembly/src/release/bin/activemq 
b/assembly/src/release/bin/activemq
index 5b85deebc..54c9144dc 100755
--- a/assembly/src/release/bin/activemq
+++ b/assembly/src/release/bin/activemq
@@ -175,7 +175,7 @@ if ( basename $0 | grep "activemq-instance-" > 
/dev/null);then
   ACTIVEMQ_CONFIGS="/etc/default/activemq-instance-${INST} 
$HOME/.activemqrc-instance-${INST}"
   echo "INFO: Using alternative activemq configuration files: 
$ACTIVEMQ_CONFIGS"
 else
-  ACTIVEMQ_CONFIGS="/etc/default/activemq $HOME/.activemqrc 
\"$ACTIVEMQ_HOME\"/bin/env"
+  ACTIVEMQ_CONFIGS="/etc/default/activemq $HOME/.activemqrc 
$ACTIVEMQ_HOME/bin/env"
 fi
 
 # load activemq configuration

Reply via email to