From f35cc7d3e2ac828327f786f228d36d89c37f0803 Mon Sep 17 00:00:00 2001 From: Marc Boorshtein Date: Tue, 16 Jul 2024 20:40:51 -0400 Subject: [PATCH] copy in the file --- start_amq.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/start_amq.sh b/start_amq.sh index ac7d94d..dac2a69 100755 --- a/start_amq.sh +++ b/start_amq.sh @@ -4,6 +4,7 @@ echo 'activemq.username=system' > /etc/amqcreds/credentials.properties echo "activemq.password=$AMQ_TOKEN" >> /etc/amqcreds/credentials.properties echo "guest.password=$AMQ_TOKEN" >> /etc/amqcreds/credentials.properties +cp /etc/amqcreds/credentials.properties /usr/local/activemq/conf/credentials.properties # start AMQ /usr/local/activemq/bin/activemq console xbean:file:/etc/activemq/activemq.xml \ No newline at end of file