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

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


The following commit(s) were added to refs/heads/activemq-6.0.x by this push:
     new e0debd9a4 AMQ-9412: fix docker entrypoiint script
e0debd9a4 is described below

commit e0debd9a42c69ca2159037fc877997243ac04930
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sun Jan 21 16:40:55 2024 +0100

    AMQ-9412: fix docker entrypoiint script
    
    (cherry picked from 0b95f93449e58a855efd2fb03731432f396b18e1)
---
 assembly/src/docker/entrypoint.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/assembly/src/docker/entrypoint.sh 
b/assembly/src/docker/entrypoint.sh
index 566e5ba40..ad6ce1cf7 100755
--- a/assembly/src/docker/entrypoint.sh
+++ b/assembly/src/docker/entrypoint.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 
################################################################################
 #  Licensed to the Apache Software Foundation (ASF) under one
@@ -78,4 +78,4 @@ if [ -n "${ACTIVEMQ_WEB_USER}" ]; then
   fi
 fi
 
-exec "$@"
\ No newline at end of file
+exec "$@"

Reply via email to